Class: Aws::GameLift::Types::DescribeGameSessionPlacementInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Note:

When making an API call, you may pass DescribeGameSessionPlacementInput data as a hash:

{
  placement_id: "IdStringModel", # required
}

Represents the input for a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#placement_idString

Unique identifier for a game session placement to retrieve.

Returns:

  • (String)


1894
1895
1896
1897
# File 'lib/aws-sdk-gamelift/types.rb', line 1894

class DescribeGameSessionPlacementInput < Struct.new(
  :placement_id)
  include Aws::Structure
end