Class: Aws::Types::DeleteFleetLocationsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arn::String

Returns the value of attribute fleet_arn.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def fleet_arn
  @fleet_arn
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def fleet_id
  @fleet_id
end

#location_states::Array[Types::LocationState]

Returns the value of attribute location_states.

Returns:



563
564
565
# File 'sig/types.rbs', line 563

def location_states
  @location_states
end