Class: Aws::NetworkFirewall::Types::RejectNetworkFirewallTransitGatewayAttachmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_attachment_idString

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.

Returns:

  • (String)


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