Class: Aws::NetworkFirewall::Types::DeleteVpcEndpointAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteVpcEndpointAssociationRequest
- 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.
2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2240 class DeleteVpcEndpointAssociationRequest < Struct.new( :vpc_endpoint_association_arn) SENSITIVE = [] include Aws::Structure end |