Class: Aws::NetworkFirewall::Types::RejectNetworkFirewallTransitGatewayAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::RejectNetworkFirewallTransitGatewayAttachmentRequest
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_attachment_id ⇒ String
Required.
Instance Attribute Details
#transit_gateway_attachment_id ⇒ String
Required. The unique identifier of the transit gateway attachment to reject. This ID is returned in the response when creating a transit gateway-attached firewall.
6336 6337 6338 6339 6340 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6336 class RejectNetworkFirewallTransitGatewayAttachmentRequest < Struct.new( :transit_gateway_attachment_id) SENSITIVE = [] include Aws::Structure end |