Class: Aws::NetworkFirewall::Types::VpcEndpointAssociationMetadata

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

Overview

High-level information about a VPC endpoint association, returned by ListVpcEndpointAssociations. You can use the information provided in the metadata to retrieve and manage a VPC endpoint association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_association_arnString

The Amazon Resource Name (ARN) of a VPC endpoint association.

Returns:

  • (String)


9798
9799
9800
9801
9802
# File 'lib/aws-sdk-networkfirewall/types.rb', line 9798

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