Class: Aws::NetworkSecurityManager::Types::AdminScopeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AdminScopeInput
- 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
-
#firewall_type_scope ⇒ Types::AdminFirewallTypeScope
The firewall types that the administrator can create and manage.
-
#scope_filter ⇒ Types::AdminScopeFilterInput
The filter that determines which accounts and organizational units are in the administrator's scope.
Instance Attribute Details
#firewall_type_scope ⇒ Types::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_filter ⇒ Types::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 |