Class: Aws::VPCLattice::Types::GetServiceNetworkVpcAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceNetworkVpcAssociationRequest
- 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 ARN of the association.
Instance Attribute Details
#service_network_vpc_association_identifier ⇒ String
The ID or ARN of the association.
2818 2819 2820 2821 2822 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2818 class GetServiceNetworkVpcAssociationRequest < Struct.new( :service_network_vpc_association_identifier) SENSITIVE = [] include Aws::Structure end |