Class: Aws::NetworkSecurityManager::Types::AdminFirewallTypeScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AdminFirewallTypeScope
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Defines the firewall types that an administrator can create and manage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#all_firewall_types_enabled ⇒ Boolean
Specifies whether the administrator can manage all firewall types, except for third-party firewall types.
-
#firewall_types ⇒ Array<String>
The list of firewall types that the administrator can manage.
Instance Attribute Details
#all_firewall_types_enabled ⇒ Boolean
Specifies whether the administrator can manage all firewall types, except for third-party firewall types.
181 182 183 184 185 186 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 181 class AdminFirewallTypeScope < Struct.new( :all_firewall_types_enabled, :firewall_types) SENSITIVE = [] include Aws::Structure end |
#firewall_types ⇒ Array<String>
The list of firewall types that the administrator can manage.
181 182 183 184 185 186 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 181 class AdminFirewallTypeScope < Struct.new( :all_firewall_types_enabled, :firewall_types) SENSITIVE = [] include Aws::Structure end |