Class: Aws::VPCLattice::Types::DeleteResourceEndpointAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteResourceEndpointAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
-
#id ⇒ String
The ID of the association.
-
#resource_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.
-
#resource_configuration_id ⇒ String
The ID of the resource configuration.
-
#vpc_endpoint_id ⇒ String
The ID of the resource VPC endpoint that is associated with the resource configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275 class DeleteResourceEndpointAssociationResponse < Struct.new( :arn, :id, :resource_configuration_arn, :resource_configuration_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the association.
1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275 class DeleteResourceEndpointAssociationResponse < Struct.new( :arn, :id, :resource_configuration_arn, :resource_configuration_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.
1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275 class DeleteResourceEndpointAssociationResponse < Struct.new( :arn, :id, :resource_configuration_arn, :resource_configuration_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_id ⇒ String
The ID of the resource configuration.
1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275 class DeleteResourceEndpointAssociationResponse < Struct.new( :arn, :id, :resource_configuration_arn, :resource_configuration_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The ID of the resource VPC endpoint that is associated with the resource configuration.
1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1275 class DeleteResourceEndpointAssociationResponse < Struct.new( :arn, :id, :resource_configuration_arn, :resource_configuration_id, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |