Class: Aws::Types::ListContainerGroupDefinitionVersionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_group_definitions::Array[Types::ContainerGroupDefinition]

Returns the value of attribute container_group_definitions.

Returns:



1588
1589
1590
# File 'sig/types.rbs', line 1588

def container_group_definitions
  @container_group_definitions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def next_token
  @next_token
end