Class: Aws::FMS::Types::DisassociateThirdPartyFirewallResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#third_party_firewall_statusString

The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.

Returns:

  • (String)


749
750
751
752
753
# File 'lib/aws-sdk-fms/types.rb', line 749

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