Class: Aws::FMS::Types::DisassociateThirdPartyFirewallRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#third_party_firewallString

The name of the third-party firewall vendor.

Returns:

  • (String)


642
643
644
645
646
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 642

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