Struct rusoto_gamelift::GameProperty [] [src]

pub struct GameProperty {
    pub key: GamePropertyKey,
    pub value: GamePropertyValue,
}

Set of key-value pairs containing information a server process requires to set up a game session. This object allows you to pass in any set of data needed for your game. For more information, see the Amazon GameLift Developer Guide.

Fields

TBD

TBD

Trait Implementations

impl Default for GameProperty
[src]

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

impl Debug for GameProperty
[src]

Formats the value using the given formatter.

impl Clone for GameProperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more