Class: Aws::VPCLattice::Types::GetServiceNetworkServiceAssociationRequest

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_service_association_identifierString

The ID or Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


1521
1522
1523
1524
1525
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1521

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