Class: Aws::Types::VpcConfigResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_security_group_id::String

Returns the value of attribute cluster_security_group_id.

Returns:

  • (::String)


2037
2038
2039
# File 'sig/types.rbs', line 2037

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.

Returns:

  • ("AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED")


2042
2043
2044
# File 'sig/types.rbs', line 2042

def control_plane_egress_mode
  @control_plane_egress_mode
end

#endpoint_private_accessBoolean

Returns the value of attribute endpoint_private_access.

Returns:

  • (Boolean)


2040
2041
2042
# File 'sig/types.rbs', line 2040

def endpoint_private_access
  @endpoint_private_access
end

#endpoint_public_accessBoolean

Returns the value of attribute endpoint_public_access.

Returns:

  • (Boolean)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def endpoint_public_access
  @endpoint_public_access
end

#public_access_cidrs::Array[::String]

Returns the value of attribute public_access_cidrs.

Returns:

  • (::Array[::String])


2041
2042
2043
# File 'sig/types.rbs', line 2041

def public_access_cidrs
  @public_access_cidrs
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2036
2037
2038
# File 'sig/types.rbs', line 2036

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2035
2036
2037
# File 'sig/types.rbs', line 2035

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2038
2039
2040
# File 'sig/types.rbs', line 2038

def vpc_id
  @vpc_id
end