Class: Aws::Types::ReservedCacheNode
- Inherits:
-
Object
- Object
- Aws::Types::ReservedCacheNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_node_count ⇒ ::Integer
Returns the value of attribute cache_node_count.
-
#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.
-
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
-
#reserved_cache_node_id ⇒ ::String
Returns the value of attribute reserved_cache_node_id.
-
#reserved_cache_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_cache_nodes_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
#cache_node_count ⇒ ::Integer
Returns the value of attribute cache_node_count.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def cache_node_count @cache_node_count end |
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def cache_node_type @cache_node_type end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def fixed_price @fixed_price end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def offering_type @offering_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def recurring_charges @recurring_charges end |
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def reservation_arn @reservation_arn end |
#reserved_cache_node_id ⇒ ::String
Returns the value of attribute reserved_cache_node_id.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def reserved_cache_node_id @reserved_cache_node_id end |
#reserved_cache_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_cache_nodes_offering_id.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def reserved_cache_nodes_offering_id @reserved_cache_nodes_offering_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def start_time @start_time end |
#state ⇒ ::String
Returns the value of attribute state.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def state @state end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def usage_price @usage_price end |