Class: Aws::FMS::Types::AdminScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::AdminScope
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Defines the resources that the Firewall Manager administrator can manage. For more information about administrative scope, see Managing Firewall Manager administrators in the Firewall Manager Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_scope ⇒ Types::AccountScope
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
-
#organizational_unit_scope ⇒ Types::OrganizationalUnitScope
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to.
-
#policy_type_scope ⇒ Types::PolicyTypeScope
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
-
#region_scope ⇒ Types::RegionScope
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
Instance Attribute Details
#account_scope ⇒ Types::AccountScope
Defines the accounts that the specified Firewall Manager administrator can apply policies to.
166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 166 class AdminScope < Struct.new( :account_scope, :organizational_unit_scope, :region_scope, :policy_type_scope) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_scope ⇒ Types::OrganizationalUnitScope
Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see Managing organizational units (OUs) in the Organizations User Guide.
166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 166 class AdminScope < Struct.new( :account_scope, :organizational_unit_scope, :region_scope, :policy_type_scope) SENSITIVE = [] include Aws::Structure end |
#policy_type_scope ⇒ Types::PolicyTypeScope
Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.
166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 166 class AdminScope < Struct.new( :account_scope, :organizational_unit_scope, :region_scope, :policy_type_scope) SENSITIVE = [] include Aws::Structure end |
#region_scope ⇒ Types::RegionScope
Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
166 167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 166 class AdminScope < Struct.new( :account_scope, :organizational_unit_scope, :region_scope, :policy_type_scope) SENSITIVE = [] include Aws::Structure end |