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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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

Returns:

  • (String)


12792
12793
12794
12795
12796
12797
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12792

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

#vpc_endpointTypes::VpcEndpoint

Information about the endpoint.

Returns:



12792
12793
12794
12795
12796
12797
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12792

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