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.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def description @description end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def firewall_arn @firewall_arn end |
#subnet_mapping ⇒ Types::SubnetMapping
Returns the value of attribute subnet_mapping.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def subnet_mapping @subnet_mapping end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def @tags end |
#vpc_endpoint_association_arn ⇒ ::String
Returns the value of attribute vpc_endpoint_association_arn.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def vpc_endpoint_association_arn @vpc_endpoint_association_arn end |
#vpc_endpoint_association_id ⇒ ::String
Returns the value of attribute vpc_endpoint_association_id.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def vpc_endpoint_association_id @vpc_endpoint_association_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def vpc_id @vpc_id end |