Class: Aws::Types::CreateVpcEndpointResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#vpc_endpoint ⇒ Types::VpcEndpoint
Returns the value of attribute vpc_endpoint.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3774 3775 3776 |
# File 'sig/types.rbs', line 3774 def client_token @client_token end |
#vpc_endpoint ⇒ Types::VpcEndpoint
Returns the value of attribute vpc_endpoint.
3773 3774 3775 |
# File 'sig/types.rbs', line 3773 def vpc_endpoint @vpc_endpoint end |