Class: Aws::Types::DescribeSpotFleetRequestsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpotFleetRequestsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#spot_fleet_request_configs ⇒ ::Array[Types::SpotFleetRequestConfig]
Returns the value of attribute spot_fleet_request_configs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7467 7468 7469 |
# File 'sig/types.rbs', line 7467 def next_token @next_token end |
#spot_fleet_request_configs ⇒ ::Array[Types::SpotFleetRequestConfig]
Returns the value of attribute spot_fleet_request_configs.
7468 7469 7470 |
# File 'sig/types.rbs', line 7468 def spot_fleet_request_configs @spot_fleet_request_configs end |