Class: Aws::Types::CreateGameSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGameSessionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#creator_id ⇒ ::String
Returns the value of attribute creator_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#game_properties ⇒ ::Array[Types::GameProperty]
Returns the value of attribute game_properties.
-
#game_session_data ⇒ ::String
Returns the value of attribute game_session_data.
-
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#maximum_player_session_count ⇒ ::Integer
Returns the value of attribute maximum_player_session_count.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
379 380 381 |
# File 'sig/types.rbs', line 379 def alias_id @alias_id end |
#creator_id ⇒ ::String
Returns the value of attribute creator_id.
383 384 385 |
# File 'sig/types.rbs', line 383 def creator_id @creator_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
378 379 380 |
# File 'sig/types.rbs', line 378 def fleet_id @fleet_id end |
#game_properties ⇒ ::Array[Types::GameProperty]
Returns the value of attribute game_properties.
382 383 384 |
# File 'sig/types.rbs', line 382 def game_properties @game_properties end |
#game_session_data ⇒ ::String
Returns the value of attribute game_session_data.
386 387 388 |
# File 'sig/types.rbs', line 386 def game_session_data @game_session_data end |
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
384 385 386 |
# File 'sig/types.rbs', line 384 def game_session_id @game_session_id end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
385 386 387 |
# File 'sig/types.rbs', line 385 def idempotency_token @idempotency_token end |
#location ⇒ ::String
Returns the value of attribute location.
387 388 389 |
# File 'sig/types.rbs', line 387 def location @location end |
#maximum_player_session_count ⇒ ::Integer
Returns the value of attribute maximum_player_session_count.
380 381 382 |
# File 'sig/types.rbs', line 380 def maximum_player_session_count @maximum_player_session_count end |
#name ⇒ ::String
Returns the value of attribute name.
381 382 383 |
# File 'sig/types.rbs', line 381 def name @name end |