Class: Aws::Types::DescribeFleetLocationAttributesOutput

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)


813
814
815
# File 'sig/types.rbs', line 813

def fleet_arn
  @fleet_arn
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def fleet_id
  @fleet_id
end

#location_attributes::Array[Types::LocationAttributes]

Returns the value of attribute location_attributes.

Returns:



814
815
816
# File 'sig/types.rbs', line 814

def location_attributes
  @location_attributes
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def next_token
  @next_token
end