Class: Aws::EC2::Types::CreateVpcEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpcEndpointResult
- Defined in:
- gems/aws-sdk-ec2/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.
12212 12213 12214 12215 12216 12217 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12212 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the endpoint.
12212 12213 12214 12215 12216 12217 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12212 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end |