Class: Aws::Types::VpcEndpointAssociation
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#subnet_mapping ⇒ Types::SubnetMapping
Returns the value of attribute subnet_mapping.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
-
#vpc_endpoint_association_id ⇒ ::String
Returns the value of attribute vpc_endpoint_association_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def description @description end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def firewall_arn @firewall_arn end |
#subnet_mapping ⇒ Types::SubnetMapping
Returns the value of attribute subnet_mapping.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def subnet_mapping @subnet_mapping end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def @tags end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_association_id ⇒ ::String
Returns the value of attribute vpc_endpoint_association_id.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def vpc_endpoint_association_id @vpc_endpoint_association_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def vpc_id @vpc_id end |