Class: Aws::VPCLattice::Types::GetServiceNetworkServiceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceNetworkServiceAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_network_service_association_identifier ⇒ String
The ID or ARN of the association.
Instance Attribute Details
#service_network_service_association_identifier ⇒ String
The ID or ARN of the association.
2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2333 class GetServiceNetworkServiceAssociationRequest < Struct.new( :service_network_service_association_identifier) SENSITIVE = [] include Aws::Structure end |