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.
3886 3887 3888 |
# File 'sig/types.rbs', line 3886 def client_token @client_token end |
#vpc_endpoint ⇒ Types::VpcEndpoint
Returns the value of attribute vpc_endpoint.
3885 3886 3887 |
# File 'sig/types.rbs', line 3885 def vpc_endpoint @vpc_endpoint end |