Class: Aws::Types::ServiceNetworkEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNetworkEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_endpoint_type ⇒ "SERVICENETWORK"
Returns the value of attribute vpc_endpoint_type.
Instance Attribute Details
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_type ⇒ "SERVICENETWORK"
Returns the value of attribute vpc_endpoint_type.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def vpc_endpoint_type @vpc_endpoint_type end |