Class: Aws::NetworkFirewall::Types::DeleteNetworkFirewallTransitGatewayAttachmentRequest

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 delete.

Returns:

  • (String)


1915
1916
1917
1918
1919
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1915

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