Class: Aws::FMS::Types::DisassociateThirdPartyFirewallResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::DisassociateThirdPartyFirewallResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#third_party_firewall_status ⇒ String
The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.
Instance Attribute Details
#third_party_firewall_status ⇒ String
The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.
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 |