Class: Aws::NetworkFirewall::Types::DescribeVpcEndpointAssociationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_association_arn ⇒ String

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

Returns:

  • (String)


3658
3659
3660
3661
3662
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3658

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