Class: Aws::VPCLattice::Types::DeleteServiceNetworkVpcAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteServiceNetworkVpcAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_network_vpc_association_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the association.
Instance Attribute Details
#service_network_vpc_association_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the association.
964 965 966 967 968 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 964 class DeleteServiceNetworkVpcAssociationRequest < Struct.new( :service_network_vpc_association_identifier) SENSITIVE = [] include Aws::Structure end |