Class: Aws::NetworkFirewall::Types::DescribeVpcEndpointAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DescribeVpcEndpointAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_endpoint_association_arn ⇒ String
The Amazon Resource Name (ARN) of a VPC endpoint association.
Instance Attribute Details
#vpc_endpoint_association_arn ⇒ String
The Amazon Resource Name (ARN) of a VPC endpoint association.
3297 3298 3299 3300 3301 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3297 class DescribeVpcEndpointAssociationRequest < Struct.new( :vpc_endpoint_association_arn) SENSITIVE = [] include Aws::Structure end |