Class: Aws::NetworkSecurityManager::Types::AdminScope

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb

Overview

Defines the accounts, organizational units, and firewall types that an administrator can manage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_type_scopeTypes::AdminFirewallTypeScope

The firewall types that the administrator can create and manage.



202
203
204
205
206
207
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 202

class AdminScope < Struct.new(
  :scope_filter,
  :firewall_type_scope)
  SENSITIVE = []
  include Aws::Structure
end

#scope_filterTypes::AdminScopeFilter

The filter that determines which accounts and organizational units are in the administrator's scope.



202
203
204
205
206
207
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 202

class AdminScope < Struct.new(
  :scope_filter,
  :firewall_type_scope)
  SENSITIVE = []
  include Aws::Structure
end