Class: Aws::GameLift::Types::DescribeGameSessionPlacementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeGameSessionPlacementOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_session_placement ⇒ Types::GameSessionPlacement
Object that describes the requested game session placement.
Instance Attribute Details
#game_session_placement ⇒ Types::GameSessionPlacement
Object that describes the requested game session placement.
4337 4338 4339 4340 4341 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4337 class DescribeGameSessionPlacementOutput < Struct.new( :game_session_placement) SENSITIVE = [] include Aws::Structure end |