Class: Aws::GameLift::Types::DescribeGameServerGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeGameServerGroupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server_group ⇒ Types::GameServerGroup
An object with the property settings for the requested game server group resource.
Instance Attribute Details
#game_server_group ⇒ Types::GameServerGroup
An object with the property settings for the requested game server group resource.
4155 4156 4157 4158 4159 |
# File 'lib/aws-sdk-gamelift/types.rb', line 4155 class DescribeGameServerGroupOutput < Struct.new( :game_server_group) SENSITIVE = [] include Aws::Structure end |