Class: Aws::Types::DescribeReservedNodesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedNodesRequest
- 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.
-
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
-
#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.
498 499 500 |
# File 'sig/types.rbs', line 498 def duration @duration end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
500 501 502 |
# File 'sig/types.rbs', line 500 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
501 502 503 |
# File 'sig/types.rbs', line 501 def next_token @next_token end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
497 498 499 |
# File 'sig/types.rbs', line 497 def node_type @node_type end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
499 500 501 |
# File 'sig/types.rbs', line 499 def offering_type @offering_type end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
495 496 497 |
# File 'sig/types.rbs', line 495 def reservation_id @reservation_id end |
#reserved_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_nodes_offering_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def reserved_nodes_offering_id @reserved_nodes_offering_id end |