Class: Aws::Types::DescribeFleetLocationAttributesOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetLocationAttributesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#location_attributes ⇒ ::Array[Types::LocationAttributes]
Returns the value of attribute location_attributes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
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.
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.
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.
815 816 817 |
# File 'sig/types.rbs', line 815 def next_token @next_token end |