Class: Aws::VPCLattice::Types::DeleteResourceEndpointAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteResourceEndpointAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_endpoint_association_identifier ⇒ String
The ID or ARN of the association.
Instance Attribute Details
#resource_endpoint_association_identifier ⇒ String
The ID or ARN of the association.
1245 1246 1247 1248 1249 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1245 class DeleteResourceEndpointAssociationRequest < Struct.new( :resource_endpoint_association_identifier) SENSITIVE = [] include Aws::Structure end |