Class: Aws::Types::BatchGetFleetsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleets::Array[Types::Fleet]

Returns the value of attribute fleets.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def fleets
  @fleets
end

#fleets_not_found::Array[::String]

Returns the value of attribute fleets_not_found.

Returns:

  • (::Array[::String])


77
78
79
# File 'sig/types.rbs', line 77

def fleets_not_found
  @fleets_not_found
end