Class: Aws::Types::DescribeFleetLocationAttributesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetLocationAttributesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
804 805 806 |
# File 'sig/types.rbs', line 804 def fleet_id @fleet_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
806 807 808 |
# File 'sig/types.rbs', line 806 def limit @limit end |
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
805 806 807 |
# File 'sig/types.rbs', line 805 def locations @locations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
807 808 809 |
# File 'sig/types.rbs', line 807 def next_token @next_token end |