Class: Aws::Types::VpcEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subnet_mappings ⇒ ::Array[Types::SubnetMapping]
Returns the value of attribute subnet_mappings.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#subnet_mappings ⇒ ::Array[Types::SubnetMapping]
Returns the value of attribute subnet_mappings.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def subnet_mappings @subnet_mappings end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def vpc_id @vpc_id end |