Class: Aws::Types::ListContainerFleetsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_group_definition_name::String

Returns the value of attribute container_group_definition_name.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def container_group_definition_name
  @container_group_definition_name
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def next_token
  @next_token
end