Class: Aws::Types::UpdateVpcEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVpcEndpointRequest
- 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_options ⇒ Types::VPCOptions
Returns the value of attribute vpc_options.
Instance Attribute Details
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_options ⇒ Types::VPCOptions
Returns the value of attribute vpc_options.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def @vpc_options end |