Class: Aws::Types::ResumeGameServerGroupInput

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)


1959
1960
1961
# File 'sig/types.rbs', line 1959

def game_server_group_name
  @game_server_group_name
end

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

Returns the value of attribute resume_actions.

Returns:

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


1960
1961
1962
# File 'sig/types.rbs', line 1960

def resume_actions
  @resume_actions
end