Class: Aws::VPCLattice::Types::ResourceEndpointAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ResourceEndpointAssociationSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC endpoint association.
-
#created_at ⇒ Time
The date and time that the VPC endpoint association was created, in ISO-8601 format.
-
#created_by ⇒ String
The account that created the association.
-
#id ⇒ String
The ID of the VPC endpoint association.
-
#resource_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
-
#resource_configuration_id ⇒ String
The ID of the resource configuration.
-
#resource_configuration_name ⇒ String
The name of the resource configuration.
-
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint.
-
#vpc_endpoint_owner ⇒ String
The owner of the VPC endpoint.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the VPC endpoint association.
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_at ⇒ Time
The date and time that the VPC endpoint association was created, in ISO-8601 format.
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_by ⇒ String
The account that created the association.
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 |
#id ⇒ String
The ID of the VPC endpoint association.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
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_id ⇒ String
The ID of the resource configuration.
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_name ⇒ String
The name of the resource configuration.
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_id ⇒ String
The ID of the VPC endpoint.
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_owner ⇒ String
The owner of the VPC endpoint.
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 |