Class: Aws::EC2::Types::CreateVpcEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpcEndpointResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the endpoint.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
14048 14049 14050 14051 14052 14053 |
# File 'lib/aws-sdk-ec2/types.rb', line 14048 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the endpoint.
14048 14049 14050 14051 14052 14053 |
# File 'lib/aws-sdk-ec2/types.rb', line 14048 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end |