Class: Aws::Types::AwsEksClusterResourcesVpcConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEksClusterResourcesVpcConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_public_access ⇒ Boolean
Returns the value of attribute endpoint_public_access.
-
#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
#endpoint_public_access ⇒ Boolean
Returns the value of attribute endpoint_public_access.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def endpoint_public_access @endpoint_public_access end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def subnet_ids @subnet_ids end |