Class: Aws::Types::DescribeFleetInstancesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetInstancesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_instances ⇒ ::Array[Types::ActiveInstance]
Returns the value of attribute active_instances.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#active_instances ⇒ ::Array[Types::ActiveInstance]
Returns the value of attribute active_instances.
5724 5725 5726 |
# File 'sig/types.rbs', line 5724 def active_instances @active_instances end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
5726 5727 5728 |
# File 'sig/types.rbs', line 5726 def fleet_id @fleet_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5725 5726 5727 |
# File 'sig/types.rbs', line 5725 def next_token @next_token end |