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.
5907 5908 5909 |
# File 'sig/types.rbs', line 5907 def active_instances @active_instances end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
5909 5910 5911 |
# File 'sig/types.rbs', line 5909 def fleet_id @fleet_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5908 5909 5910 |
# File 'sig/types.rbs', line 5908 def next_token @next_token end |