Class: Aws::Types::DescribeReservedInstanceOfferingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedInstanceOfferingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reserved_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_instance_offering_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
921 922 923 |
# File 'sig/types.rbs', line 921 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
922 923 924 |
# File 'sig/types.rbs', line 922 def next_token @next_token end |
#reserved_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_instance_offering_id.
920 921 922 |
# File 'sig/types.rbs', line 920 def reserved_instance_offering_id @reserved_instance_offering_id end |