Class: Aws::VPCLattice::Types::GetServiceNetworkVpcAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_network_vpc_association_identifierString

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

Returns:

  • (String)


1608
1609
1610
1611
1612
# File 'lib/aws-sdk-vpclattice/types.rb', line 1608

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