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.
7377 7378 7379 |
# File 'sig/types.rbs', line 7377 def next_token @next_token end |
#spot_fleet_request_configs ⇒ ::Array[Types::SpotFleetRequestConfig]
Returns the value of attribute spot_fleet_request_configs.
7378 7379 7380 |
# File 'sig/types.rbs', line 7378 def spot_fleet_request_configs @spot_fleet_request_configs end |