Class: Aws::Types::ListContainerGroupDefinitionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_group_type"GAME_SERVER", "PER_INSTANCE"

Returns the value of attribute container_group_type.

Returns:

  • ("GAME_SERVER", "PER_INSTANCE")


1594
1595
1596
# File 'sig/types.rbs', line 1594

def container_group_type
  @container_group_type
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def next_token
  @next_token
end