Struct rusoto_gamelift::AcceptMatchInput [] [src]

pub struct AcceptMatchInput {
    pub acceptance_type: String,
    pub player_ids: Vec<String>,
    pub ticket_id: String,
}

Represents the input for a request action.

Fields

Player response to the proposed match.

Unique identifier for a player delivering the response. This parameter can include one or multiple player IDs.

Unique identifier for a matchmaking ticket. The ticket must be in status REQUIRES_ACCEPTANCE; otherwise this request will fail.

Trait Implementations

impl Default for AcceptMatchInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for AcceptMatchInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for AcceptMatchInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more