Class: Aws::Types::ReservedDBInstancesOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservedDBInstancesOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
-
#product_description ⇒ ::String
Returns the value of attribute product_description.
-
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
-
#reserved_db_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_db_instances_offering_id.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
3767 3768 3769 |
# File 'sig/types.rbs', line 3767 def currency_code @currency_code end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
3763 3764 3765 |
# File 'sig/types.rbs', line 3763 def db_instance_class @db_instance_class end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
3764 3765 3766 |
# File 'sig/types.rbs', line 3764 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
3765 3766 3767 |
# File 'sig/types.rbs', line 3765 def fixed_price @fixed_price end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def multi_az @multi_az end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
3769 3770 3771 |
# File 'sig/types.rbs', line 3769 def offering_type @offering_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
3768 3769 3770 |
# File 'sig/types.rbs', line 3768 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def recurring_charges @recurring_charges end |
#reserved_db_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_db_instances_offering_id.
3762 3763 3764 |
# File 'sig/types.rbs', line 3762 def reserved_db_instances_offering_id @reserved_db_instances_offering_id end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
3766 3767 3768 |
# File 'sig/types.rbs', line 3766 def usage_price @usage_price end |