Class: Aws::NetworkSecurityManager::Types::AdminScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AdminScope
- 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
-
#firewall_type_scope ⇒ Types::AdminFirewallTypeScope
The firewall types that the administrator can create and manage.
-
#scope_filter ⇒ Types::AdminScopeFilter
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.
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_filter ⇒ Types::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 |