Class: Aws::Types::SuspendGameServerGroupInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_group_name::String

Returns the value of attribute game_server_group_name.

Returns:

  • (::String)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def game_server_group_name
  @game_server_group_name
end

#suspend_actions::Array[("REPLACE_INSTANCE_TYPES")]

Returns the value of attribute suspend_actions.

Returns:

  • (::Array[("REPLACE_INSTANCE_TYPES")])


2165
2166
2167
# File 'sig/types.rbs', line 2165

def suspend_actions
  @suspend_actions
end