Class: Aws::VPCLattice::Types::DeleteServiceNetworkServiceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteServiceNetworkServiceAssociationRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_network_service_association_identifier ⇒ String
The ID or ARN of the association.
Instance Attribute Details
#service_network_service_association_identifier ⇒ String
The ID or ARN of the association.
1422 1423 1424 1425 1426 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1422 class DeleteServiceNetworkServiceAssociationRequest < Struct.new( :service_network_service_association_identifier) SENSITIVE = [] include Aws::Structure end |