Struct rusoto_gamelift::GameSessionDetail [] [src]

pub struct GameSessionDetail {
    pub game_session: Option<GameSession>,
    pub protection_policy: Option<String>,
}

A game session's properties plus the protection policy currently in force.

Fields

Object that describes a game session.

Current status of protection for the game session.

  • NoProtection -- The game session can be terminated during a scale-down event.

  • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.

Trait Implementations

impl Default for GameSessionDetail
[src]

[src]

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

impl Debug for GameSessionDetail
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GameSessionDetail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations