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.
-
#payer_responsibility ⇒ Array<Types::PayerResponsibilityEntry>
Who pays for each category of charges on 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.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the VPC endpoint association was created, in ISO-8601 format.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The account that created the association.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the VPC endpoint association.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#payer_responsibility ⇒ Array<Types::PayerResponsibilityEntry>
Who pays for each category of charges on the VPC endpoint association.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_id ⇒ String
The ID of the resource configuration.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_name ⇒ String
The name of the resource configuration.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_owner ⇒ String
The owner of the VPC endpoint.
4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4436 class ResourceEndpointAssociationSummary < Struct.new( :id, :arn, :resource_configuration_id, :resource_configuration_arn, :resource_configuration_name, :vpc_endpoint_id, :vpc_endpoint_owner, :created_by, :created_at, :payer_responsibility) SENSITIVE = [] include Aws::Structure end |