Class: Aws::Types::ReservedDBInstance
- Inherits:
-
Object
- Object
- Aws::Types::ReservedDBInstance
- 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.
-
#db_instance_count ⇒ ::Integer
Returns the value of attribute db_instance_count.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#lease_id ⇒ ::String
Returns the value of attribute lease_id.
-
#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_instance_arn ⇒ ::String
Returns the value of attribute reserved_db_instance_arn.
-
#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.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
3734 3735 3736 |
# File 'sig/types.rbs', line 3734 def currency_code @currency_code end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
3729 3730 3731 |
# File 'sig/types.rbs', line 3729 def db_instance_class @db_instance_class end |
#db_instance_count ⇒ ::Integer
Returns the value of attribute db_instance_count.
3735 3736 3737 |
# File 'sig/types.rbs', line 3735 def db_instance_count @db_instance_count end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
3731 3732 3733 |
# File 'sig/types.rbs', line 3731 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
3732 3733 3734 |
# File 'sig/types.rbs', line 3732 def fixed_price @fixed_price end |
#lease_id ⇒ ::String
Returns the value of attribute lease_id.
3742 3743 3744 |
# File 'sig/types.rbs', line 3742 def lease_id @lease_id end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
3738 3739 3740 |
# File 'sig/types.rbs', line 3738 def multi_az @multi_az end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
3737 3738 3739 |
# File 'sig/types.rbs', line 3737 def offering_type @offering_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
3740 3741 3742 |
# File 'sig/types.rbs', line 3740 def recurring_charges @recurring_charges end |
#reserved_db_instance_arn ⇒ ::String
Returns the value of attribute reserved_db_instance_arn.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def reserved_db_instance_arn @reserved_db_instance_arn end |
#reserved_db_instance_id ⇒ ::String
Returns the value of attribute reserved_db_instance_id.
3727 3728 3729 |
# File 'sig/types.rbs', line 3727 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.
3728 3729 3730 |
# File 'sig/types.rbs', line 3728 def reserved_db_instances_offering_id @reserved_db_instances_offering_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3730 3731 3732 |
# File 'sig/types.rbs', line 3730 def start_time @start_time end |
#state ⇒ ::String
Returns the value of attribute state.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def state @state end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
3733 3734 3735 |
# File 'sig/types.rbs', line 3733 def usage_price @usage_price end |