Class: Aws::Types::ReservedCacheNodesOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservedCacheNodesOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#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_cache_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_cache_nodes_offering_id.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def cache_node_type @cache_node_type end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def fixed_price @fixed_price end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def offering_type @offering_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def recurring_charges @recurring_charges end |
#reserved_cache_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_cache_nodes_offering_id.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def reserved_cache_nodes_offering_id @reserved_cache_nodes_offering_id end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def usage_price @usage_price end |