Class: Aws::Types::DescribeReservedNodesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedNodesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def max_records @max_records end |
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def reserved_node_id @reserved_node_id end |