Class: Aws::Types::VpcEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def network_interfaces @network_interfaces end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def vpc_id @vpc_id end |