Class: Aws::VPCLattice::Types::ResourceEndpointAssociationSummary

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

Overview

Summary information about a VPC endpoint association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the VPC endpoint association.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the VPC endpoint association was created, in ISO-8601 format.

Returns:

  • (Time)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The account that created the association.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the VPC endpoint association.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_arnString

The Amazon Resource Name (ARN) of the resource configuration.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_idString

The ID of the resource configuration.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_nameString

The name of the resource configuration.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

The ID of the VPC endpoint.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_ownerString

The owner of the VPC endpoint.

Returns:

  • (String)


3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3851

class ResourceEndpointAssociationSummary < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :id,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :vpc_endpoint_id,
  :vpc_endpoint_owner)
  SENSITIVE = []
  include Aws::Structure
end