Class: Aws::EC2::Types::VpcEndpoint

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

Overview

Describes a VPC endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The date and time the VPC endpoint was created.

Returns:

  • (Time)


24846
24847
24848
24849
24850
24851
24852
24853
24854
24855
# File 'lib/aws-sdk-ec2/types.rb', line 24846

class VpcEndpoint < Struct.new(
  :creation_timestamp,
  :policy_document,
  :route_table_ids,
  :service_name,
  :state,
  :vpc_endpoint_id,
  :vpc_id)
  include Aws::Structure
end

#policy_documentString

The policy document associated with the endpoint.

Returns:

  • (String)


24846
24847
24848
24849
24850
24851
24852
24853
24854
24855
# File 'lib/aws-sdk-ec2/types.rb', line 24846

class VpcEndpoint < Struct.new(
  :creation_timestamp,
  :policy_document,
  :route_table_ids,
  :service_name,
  :state,
  :vpc_endpoint_id,
  :vpc_id)
  include Aws::Structure
end

#route_table_idsArray<String>

One or more route tables associated with the endpoint.

Returns:

  • (Array<String>)


24846
24847
24848
24849
24850
24851
24852
24853
24854
24855
# File 'lib/aws-sdk-ec2/types.rb', line 24846

class VpcEndpoint < Struct.new(
  :creation_timestamp,
  :policy_document,
  :route_table_ids,
  :service_name,
  :state,
  :vpc_endpoint_id,
  :vpc_id)
  include Aws::Structure
end

#service_nameString

The name of the AWS service to which the endpoint is associated.

Returns:

  • (String)


24846
24847
24848
24849
24850
24851
24852
24853
24854
24855
# File 'lib/aws-sdk-ec2/types.rb', line 24846

class VpcEndpoint < Struct.new(
  :creation_timestamp,
  :policy_document,
  :route_table_ids,
  :service_name,
  :state,
  :vpc_endpoint_id,
  :vpc_id)
  include Aws::Structure
end

#stateString

The state of the VPC endpoint.

Returns:

  • (String)


24846
24847
24848
24849
24850
24851
24852
24853
24854
24855
# File 'lib/aws-sdk-ec2/types.rb', line 24846

class VpcEndpoint < Struct.new(
  :creation_timestamp,
  :policy_document,
  :route_table_ids,
  :service_name,
  :state,
  :vpc_endpoint_id,
  :vpc_id)
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)


24846
24847
24848
24849
24850
24851
24852
24853
24854
24855
# File 'lib/aws-sdk-ec2/types.rb', line 24846

class VpcEndpoint < Struct.new(
  :creation_timestamp,
  :policy_document,
  :route_table_ids,
  :service_name,
  :state,
  :vpc_endpoint_id,
  :vpc_id)
  include Aws::Structure
end

#vpc_idString

The ID of the VPC to which the endpoint is associated.

Returns:

  • (String)


24846
24847
24848
24849
24850
24851
24852
24853
24854
24855
# File 'lib/aws-sdk-ec2/types.rb', line 24846

class VpcEndpoint < Struct.new(
  :creation_timestamp,
  :policy_document,
  :route_table_ids,
  :service_name,
  :state,
  :vpc_endpoint_id,
  :vpc_id)
  include Aws::Structure
end