Struct rusoto_gamelift::DescribeGameSessionPlacementOutput [] [src]

pub struct DescribeGameSessionPlacementOutput {
    pub game_session_placement: Option<GameSessionPlacement>,
}

Represents the returned data in response to a request action.

Fields

Object that describes the requested game session placement.

Trait Implementations

impl Default for DescribeGameSessionPlacementOutput
[src]

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

impl Debug for DescribeGameSessionPlacementOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeGameSessionPlacementOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more