Class: Aws::NetworkSecurityManager::Types::AdminScopeInput

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

Overview

The administrative scope configuration provided on input, using account and organizational unit IDs.

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.



297
298
299
300
301
302
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 297

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

#scope_filterTypes::AdminScopeFilterInput

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



297
298
299
300
301
302
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 297

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