Class: Aws::Types::ListFleetsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_ids::Array[::String]

Returns the value of attribute fleet_ids.

Returns:

  • (::Array[::String])


1628
1629
1630
# File 'sig/types.rbs', line 1628

def fleet_ids
  @fleet_ids
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def next_token
  @next_token
end