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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/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)


7657
7658
7659
7660
7661
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7657

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