Class: Aws::GameLift::Types::SuspendGameServerGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::SuspendGameServerGroupInput
- 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.
-
#suspend_actions ⇒ Array<String>
The activity to suspend 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.
10910 10911 10912 10913 10914 10915 |
# File 'lib/aws-sdk-gamelift/types.rb', line 10910 class SuspendGameServerGroupInput < Struct.new( :game_server_group_name, :suspend_actions) SENSITIVE = [] include Aws::Structure end |
#suspend_actions ⇒ Array<String>
The activity to suspend for this game server group.
10910 10911 10912 10913 10914 10915 |
# File 'lib/aws-sdk-gamelift/types.rb', line 10910 class SuspendGameServerGroupInput < Struct.new( :game_server_group_name, :suspend_actions) SENSITIVE = [] include Aws::Structure end |