Class: Aws::GameLift::Types::ResumeGameServerGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ResumeGameServerGroupInput
- 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.
-
#resume_actions ⇒ Array<String>
The activity to resume for this 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.
9580 9581 9582 9583 9584 9585 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9580 class ResumeGameServerGroupInput < Struct.new( :game_server_group_name, :resume_actions) SENSITIVE = [] include Aws::Structure end |
#resume_actions ⇒ Array<String>
The activity to resume for this game server group.
9580 9581 9582 9583 9584 9585 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9580 class ResumeGameServerGroupInput < Struct.new( :game_server_group_name, :resume_actions) SENSITIVE = [] include Aws::Structure end |