Class: Aws::Types::PurchaseReservedDBInstancesOfferingMessage
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseReservedDBInstancesOfferingMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_count ⇒ ::Integer
Returns the value of attribute db_instance_count.
-
#reserved_db_instance_id ⇒ ::String
Returns the value of attribute reserved_db_instance_id.
-
#reserved_db_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_db_instances_offering_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_instance_count ⇒ ::Integer
Returns the value of attribute db_instance_count.
3585 3586 3587 |
# File 'sig/types.rbs', line 3585 def db_instance_count @db_instance_count end |
#reserved_db_instance_id ⇒ ::String
Returns the value of attribute reserved_db_instance_id.
3584 3585 3586 |
# File 'sig/types.rbs', line 3584 def reserved_db_instance_id @reserved_db_instance_id end |
#reserved_db_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_db_instances_offering_id.
3583 3584 3585 |
# File 'sig/types.rbs', line 3583 def reserved_db_instances_offering_id @reserved_db_instances_offering_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3586 3587 3588 |
# File 'sig/types.rbs', line 3586 def @tags end |