Class: Aws::Types::DescribeReservedNodeOfferingsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedNodeOfferingsMessage
- 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_offering_id ⇒ ::String
Returns the value of attribute reserved_node_offering_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def max_records @max_records end |
#reserved_node_offering_id ⇒ ::String
Returns the value of attribute reserved_node_offering_id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def reserved_node_offering_id @reserved_node_offering_id end |