Class: Aws::NetworkSecurityManager::Types::AdminFirewallTypeScope

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#all_firewall_types_enabledBoolean

Specifies whether the administrator can manage all firewall types, except for third-party firewall types.

Returns:

  • (Boolean)


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_typesArray<String>

The list of firewall types that the administrator can manage.

Returns:

  • (Array<String>)


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