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
Contains the output of CreateVpcEndpoint.
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.
13770 13771 13772 13773 13774 13775 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13770 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint ⇒ Types::VpcEndpoint
Information about the endpoint.
13770 13771 13772 13773 13774 13775 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13770 class CreateVpcEndpointResult < Struct.new( :vpc_endpoint, :client_token) SENSITIVE = [] include Aws::Structure end |