Class: Aws::Types::DescribeSpotInstanceRequestsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpotInstanceRequestsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#spot_instance_request_ids ⇒ ::Array[::String]
Returns the value of attribute spot_instance_request_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7385 7386 7387 |
# File 'sig/types.rbs', line 7385 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7387 7388 7389 |
# File 'sig/types.rbs', line 7387 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7384 7385 7386 |
# File 'sig/types.rbs', line 7384 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7383 7384 7385 |
# File 'sig/types.rbs', line 7383 def next_token @next_token end |
#spot_instance_request_ids ⇒ ::Array[::String]
Returns the value of attribute spot_instance_request_ids.
7386 7387 7388 |
# File 'sig/types.rbs', line 7386 def spot_instance_request_ids @spot_instance_request_ids end |