Class: Aws::VPCLattice::Types::DeleteServiceNetworkResourceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteServiceNetworkResourceAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_network_resource_association_identifier ⇒ String
The ID of the association.
Instance Attribute Details
#service_network_resource_association_identifier ⇒ String
The ID of the association.
1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1384 class DeleteServiceNetworkResourceAssociationRequest < Struct.new( :service_network_resource_association_identifier) SENSITIVE = [] include Aws::Structure end |