Class: Aws::GameLift::Types::DescribeGameSessionPlacementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeGameSessionPlacementOutput
- Defined in:
- gems/aws-sdk-gamelift/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.
4232 4233 4234 4235 4236 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4232 class DescribeGameSessionPlacementOutput < Struct.new( :game_session_placement) SENSITIVE = [] include Aws::Structure end |