Method: Aws::VPCLattice::Types::GetServiceNetworkServiceAssociationResponse#id

Defined in:
lib/aws-sdk-vpclattice/types.rb

#idString

The ID of the service network and service association.

Returns:

  • (String)


2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
# File 'lib/aws-sdk-vpclattice/types.rb', line 2751

class GetServiceNetworkServiceAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :created_at,
  :service_id,
  :service_name,
  :service_arn,
  :service_network_id,
  :service_network_name,
  :service_network_arn,
  :dns_entry,
  :custom_domain_name,
  :failure_message,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end