Class: Aws::Types::NodeGroup
- Inherits:
-
Object
- Object
- Aws::Types::NodeGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
-
#node_group_members ⇒ ::Array[Types::NodeGroupMember]
Returns the value of attribute node_group_members.
-
#primary_endpoint ⇒ Types::Endpoint
Returns the value of attribute primary_endpoint.
-
#reader_endpoint ⇒ Types::Endpoint
Returns the value of attribute reader_endpoint.
-
#slots ⇒ ::String
Returns the value of attribute slots.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def node_group_id @node_group_id end |
#node_group_members ⇒ ::Array[Types::NodeGroupMember]
Returns the value of attribute node_group_members.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def node_group_members @node_group_members end |
#primary_endpoint ⇒ Types::Endpoint
Returns the value of attribute primary_endpoint.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def primary_endpoint @primary_endpoint end |
#reader_endpoint ⇒ Types::Endpoint
Returns the value of attribute reader_endpoint.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def reader_endpoint @reader_endpoint end |
#slots ⇒ ::String
Returns the value of attribute slots.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def slots @slots end |
#status ⇒ ::String
Returns the value of attribute status.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def status @status end |