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