Class: Aws::Types::EksConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EksConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
410 411 412 |
# File 'sig/types.rbs', line 410 def cluster_arn @cluster_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
411 412 413 |
# File 'sig/types.rbs', line 411 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
412 413 414 |
# File 'sig/types.rbs', line 412 def subnet_ids @subnet_ids end |