Class: Aws::Types::NodeGroupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NodeGroupConfiguration
- 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.
-
#primary_availability_zone ⇒ ::String
Returns the value of attribute primary_availability_zone.
-
#primary_outpost_arn ⇒ ::String
Returns the value of attribute primary_outpost_arn.
-
#replica_availability_zones ⇒ ::Array[::String]
Returns the value of attribute replica_availability_zones.
-
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
-
#replica_outpost_arns ⇒ ::Array[::String]
Returns the value of attribute replica_outpost_arns.
-
#slots ⇒ ::String
Returns the value of attribute slots.
Instance Attribute Details
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def node_group_id @node_group_id end |
#primary_availability_zone ⇒ ::String
Returns the value of attribute primary_availability_zone.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def primary_availability_zone @primary_availability_zone end |
#primary_outpost_arn ⇒ ::String
Returns the value of attribute primary_outpost_arn.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def primary_outpost_arn @primary_outpost_arn end |
#replica_availability_zones ⇒ ::Array[::String]
Returns the value of attribute replica_availability_zones.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def replica_availability_zones @replica_availability_zones end |
#replica_count ⇒ ::Integer
Returns the value of attribute replica_count.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def replica_count @replica_count end |
#replica_outpost_arns ⇒ ::Array[::String]
Returns the value of attribute replica_outpost_arns.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def replica_outpost_arns @replica_outpost_arns end |
#slots ⇒ ::String
Returns the value of attribute slots.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def slots @slots end |