Class: Aws::Types::DescribeInstanceTypeOfferingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceTypeOfferingsRequest
- 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.
-
#location_type ⇒ "region", ...
Returns the value of attribute location_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6123 6124 6125 |
# File 'sig/types.rbs', line 6123 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6125 6126 6127 |
# File 'sig/types.rbs', line 6125 def filters @filters end |
#location_type ⇒ "region", ...
Returns the value of attribute location_type.
6124 6125 6126 |
# File 'sig/types.rbs', line 6124 def location_type @location_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6126 6127 6128 |
# File 'sig/types.rbs', line 6126 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6127 6128 6129 |
# File 'sig/types.rbs', line 6127 def next_token @next_token end |