Class: Aws::GameLift::Types::DescribeGameServerGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeGameServerGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server_group_name ⇒ String
A unique identifier for the game server group.
Instance Attribute Details
#game_server_group_name ⇒ String
A unique identifier for the game server group. Use either the name or ARN value.
4142 4143 4144 4145 4146 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4142 class DescribeGameServerGroupInput < Struct.new( :game_server_group_name) SENSITIVE = [] include Aws::Structure end |