Class: Aws::GameLift::Types::DeleteGameServerGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteGameServerGroupOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_server_group ⇒ Types::GameServerGroup
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED
.
Instance Attribute Details
#game_server_group ⇒ Types::GameServerGroup
An object that describes the deleted game server group resource,
with status updated to DELETE_SCHEDULED
.
3253 3254 3255 3256 3257 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3253 class DeleteGameServerGroupOutput < Struct.new( :game_server_group) SENSITIVE = [] include Aws::Structure end |