Class: Aws::VPCLattice::Types::DeleteServiceNetworkServiceAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_network_service_association_identifierString

The ID or ARN of the association.

Returns:

  • (String)


1600
1601
1602
1603
1604
# File 'lib/aws-sdk-vpclattice/types.rb', line 1600

class DeleteServiceNetworkServiceAssociationRequest < Struct.new(
  :service_network_service_association_identifier)
  SENSITIVE = []
  include Aws::Structure
end