Class: Aws::Types::NodeGroupMember
- Inherits:
-
Object
- Object
- Aws::Types::NodeGroupMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
-
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
-
#current_role ⇒ ::String
Returns the value of attribute current_role.
-
#preferred_availability_zone ⇒ ::String
Returns the value of attribute preferred_availability_zone.
-
#preferred_outpost_arn ⇒ ::String
Returns the value of attribute preferred_outpost_arn.
-
#read_endpoint ⇒ Types::Endpoint
Returns the value of attribute read_endpoint.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def cache_cluster_id @cache_cluster_id end |
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def cache_node_id @cache_node_id end |
#current_role ⇒ ::String
Returns the value of attribute current_role.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def current_role @current_role end |
#preferred_availability_zone ⇒ ::String
Returns the value of attribute preferred_availability_zone.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def preferred_availability_zone @preferred_availability_zone end |
#preferred_outpost_arn ⇒ ::String
Returns the value of attribute preferred_outpost_arn.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def preferred_outpost_arn @preferred_outpost_arn end |
#read_endpoint ⇒ Types::Endpoint
Returns the value of attribute read_endpoint.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def read_endpoint @read_endpoint end |