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

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_firewall_statusString

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

Returns:

  • (String)


655
656
657
658
659
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 655

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