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.
5982 5983 5984 |
# File 'sig/types.rbs', line 5982 def active_instances @active_instances end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
5984 5985 5986 |
# File 'sig/types.rbs', line 5984 def fleet_id @fleet_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5983 5984 5985 |
# File 'sig/types.rbs', line 5983 def next_token @next_token end |