Class: Aws::EC2::Types::CreateVpcEndpointResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of CreateVpcEndpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

Returns:

  • (String)


7198
7199
7200
7201
7202
# File 'lib/aws-sdk-ec2/types.rb', line 7198

class CreateVpcEndpointResult < Struct.new(
  :vpc_endpoint,
  :client_token)
  include Aws::Structure
end

#vpc_endpointTypes::VpcEndpoint

Information about the endpoint.

Returns:



7198
7199
7200
7201
7202
# File 'lib/aws-sdk-ec2/types.rb', line 7198

class CreateVpcEndpointResult < Struct.new(
  :vpc_endpoint,
  :client_token)
  include Aws::Structure
end