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