Class: Aws::VPCLattice::Types::DeleteServiceNetworkVpcAssociationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_network_vpc_association_identifierString

The ID or ARN of the association.

Returns:

  • (String)


1458
1459
1460
1461
1462
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1458

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