Class: Aws::Types::VpcConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_security_group_id ⇒ ::String
Returns the value of attribute cluster_security_group_id.
-
#control_plane_egress_mode ⇒ "AWS_MANAGED", ...
Returns the value of attribute control_plane_egress_mode.
-
#endpoint_private_access ⇒ Boolean
Returns the value of attribute endpoint_private_access.
-
#endpoint_public_access ⇒ Boolean
Returns the value of attribute endpoint_public_access.
-
#public_access_cidrs ⇒ ::Array[::String]
Returns the value of attribute public_access_cidrs.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#cluster_security_group_id ⇒ ::String
Returns the value of attribute cluster_security_group_id.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def cluster_security_group_id @cluster_security_group_id end |
#control_plane_egress_mode ⇒ "AWS_MANAGED", ...
Returns the value of attribute control_plane_egress_mode.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def control_plane_egress_mode @control_plane_egress_mode end |
#endpoint_private_access ⇒ Boolean
Returns the value of attribute endpoint_private_access.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def endpoint_private_access @endpoint_private_access end |
#endpoint_public_access ⇒ Boolean
Returns the value of attribute endpoint_public_access.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def endpoint_public_access @endpoint_public_access end |
#public_access_cidrs ⇒ ::Array[::String]
Returns the value of attribute public_access_cidrs.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def public_access_cidrs @public_access_cidrs end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def vpc_id @vpc_id end |