Class: Aws::Types::DescribeSpotFleetInstancesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpotFleetInstancesResponse
- 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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#spot_fleet_request_id ⇒ ::String
Returns the value of attribute spot_fleet_request_id.
Instance Attribute Details
#active_instances ⇒ ::Array[Types::ActiveInstance]
Returns the value of attribute active_instances.
7160 7161 7162 |
# File 'sig/types.rbs', line 7160 def active_instances @active_instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7161 7162 7163 |
# File 'sig/types.rbs', line 7161 def next_token @next_token end |
#spot_fleet_request_id ⇒ ::String
Returns the value of attribute spot_fleet_request_id.
7162 7163 7164 |
# File 'sig/types.rbs', line 7162 def spot_fleet_request_id @spot_fleet_request_id end |