Class: Aws::Types::CacheNode
- Inherits:
-
Object
- Object
- Aws::Types::CacheNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_node_create_time ⇒ ::Time
Returns the value of attribute cache_node_create_time.
-
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
-
#cache_node_status ⇒ ::String
Returns the value of attribute cache_node_status.
-
#customer_availability_zone ⇒ ::String
Returns the value of attribute customer_availability_zone.
-
#customer_outpost_arn ⇒ ::String
Returns the value of attribute customer_outpost_arn.
-
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
-
#parameter_group_status ⇒ ::String
Returns the value of attribute parameter_group_status.
-
#source_cache_node_id ⇒ ::String
Returns the value of attribute source_cache_node_id.
Instance Attribute Details
#cache_node_create_time ⇒ ::Time
Returns the value of attribute cache_node_create_time.
142 143 144 |
# File 'sig/types.rbs', line 142 def cache_node_create_time @cache_node_create_time end |
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def cache_node_id @cache_node_id end |
#cache_node_status ⇒ ::String
Returns the value of attribute cache_node_status.
141 142 143 |
# File 'sig/types.rbs', line 141 def cache_node_status @cache_node_status end |
#customer_availability_zone ⇒ ::String
Returns the value of attribute customer_availability_zone.
146 147 148 |
# File 'sig/types.rbs', line 146 def customer_availability_zone @customer_availability_zone end |
#customer_outpost_arn ⇒ ::String
Returns the value of attribute customer_outpost_arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def customer_outpost_arn @customer_outpost_arn end |
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
143 144 145 |
# File 'sig/types.rbs', line 143 def endpoint @endpoint end |
#parameter_group_status ⇒ ::String
Returns the value of attribute parameter_group_status.
144 145 146 |
# File 'sig/types.rbs', line 144 def parameter_group_status @parameter_group_status end |
#source_cache_node_id ⇒ ::String
Returns the value of attribute source_cache_node_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def source_cache_node_id @source_cache_node_id end |