Class: Aws::Types::CreateFleetLocationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def fleet_id
  @fleet_id
end

#locations::Array[Types::LocationConfiguration]

Returns the value of attribute locations.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def locations
  @locations
end