Class: Aws::EC2::Types::VpcEndpointConnection

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

Overview

Describes a VPC endpoint connection to a service.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The date and time the VPC endpoint was created.

Returns:

  • (Time)


37558
37559
37560
37561
37562
37563
37564
37565
# File 'lib/aws-sdk-ec2/types.rb', line 37558

class VpcEndpointConnection < Struct.new(
  :service_id,
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :vpc_endpoint_state,
  :creation_timestamp)
  include Aws::Structure
end

#service_idString

The ID of the service to which the endpoint is connected.

Returns:

  • (String)


37558
37559
37560
37561
37562
37563
37564
37565
# File 'lib/aws-sdk-ec2/types.rb', line 37558

class VpcEndpointConnection < Struct.new(
  :service_id,
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :vpc_endpoint_state,
  :creation_timestamp)
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)


37558
37559
37560
37561
37562
37563
37564
37565
# File 'lib/aws-sdk-ec2/types.rb', line 37558

class VpcEndpointConnection < Struct.new(
  :service_id,
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :vpc_endpoint_state,
  :creation_timestamp)
  include Aws::Structure
end

#vpc_endpoint_ownerString

The AWS account ID of the owner of the VPC endpoint.

Returns:

  • (String)


37558
37559
37560
37561
37562
37563
37564
37565
# File 'lib/aws-sdk-ec2/types.rb', line 37558

class VpcEndpointConnection < Struct.new(
  :service_id,
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :vpc_endpoint_state,
  :creation_timestamp)
  include Aws::Structure
end

#vpc_endpoint_stateString

The state of the VPC endpoint.

Returns:

  • (String)


37558
37559
37560
37561
37562
37563
37564
37565
# File 'lib/aws-sdk-ec2/types.rb', line 37558

class VpcEndpointConnection < Struct.new(
  :service_id,
  :vpc_endpoint_id,
  :vpc_endpoint_owner,
  :vpc_endpoint_state,
  :creation_timestamp)
  include Aws::Structure
end