Struct rusoto_gamelift::GameSessionQueueDestination [] [src]

pub struct GameSessionQueueDestination {
    pub destination_arn: Option<String>,
}

Fleet designated in a game session queue. Requests for new game sessions in the queue are fulfilled by starting a new game session on any destination configured for a queue.

Queue-related operations include:

Fields

Amazon Resource Name (ARN) assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a region name, provide a unique identifier across all regions.

Trait Implementations

impl Default for GameSessionQueueDestination
[src]

[src]

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

impl Debug for GameSessionQueueDestination
[src]

[src]

Formats the value using the given formatter.

impl Clone for GameSessionQueueDestination
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more