Class: Aws::Types::ReservedDBInstancesOfferingMessage
- Inherits:
-
Object
- Object
- Aws::Types::ReservedDBInstancesOfferingMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#reserved_db_instances_offerings ⇒ ::Array[Types::ReservedDBInstancesOffering]
Returns the value of attribute reserved_db_instances_offerings.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
3776 3777 3778 |
# File 'sig/types.rbs', line 3776 def marker @marker end |
#reserved_db_instances_offerings ⇒ ::Array[Types::ReservedDBInstancesOffering]
Returns the value of attribute reserved_db_instances_offerings.
3777 3778 3779 |
# File 'sig/types.rbs', line 3777 def reserved_db_instances_offerings @reserved_db_instances_offerings end |