Class: Aws::Types::DescribeReservedNodesOfferingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedNodesOfferingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
-
#reserved_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
Instance Attribute Details
#duration ⇒ ::String
Returns the value of attribute duration.
481 482 483 |
# File 'sig/types.rbs', line 481 def duration @duration end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
483 484 485 |
# File 'sig/types.rbs', line 483 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
484 485 486 |
# File 'sig/types.rbs', line 484 def next_token @next_token end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
480 481 482 |
# File 'sig/types.rbs', line 480 def node_type @node_type end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
482 483 484 |
# File 'sig/types.rbs', line 482 def offering_type @offering_type end |
#reserved_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def reserved_nodes_offering_id @reserved_nodes_offering_id end |