Class: Aws::VPCLattice::Types::GetServiceNetworkResourceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceNetworkResourceAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_network_resource_association_identifier ⇒ String
The ID of the association.
Instance Attribute Details
#service_network_resource_association_identifier ⇒ String
The ID of the association.
2169 2170 2171 2172 2173 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2169 class GetServiceNetworkResourceAssociationRequest < Struct.new( :service_network_resource_association_identifier) SENSITIVE = [] include Aws::Structure end |