Class: Aws::FMS::Types::PolicyTypeScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PolicyTypeScope
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Defines the policy types that the specified Firewall Manager administrator can manage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#all_policy_types_enabled ⇒ Boolean
Allows the specified Firewall Manager administrator to manage all Firewall Manager policy types, except for third-party policy types.
-
#policy_types ⇒ Array<String>
The list of policy types that the specified Firewall Manager administrator can manage.
Instance Attribute Details
#all_policy_types_enabled ⇒ Boolean
Allows the specified Firewall Manager administrator to manage all Firewall Manager policy types, except for third-party policy types. Third-party policy types can only be managed by the Firewall Manager default administrator.
3799 3800 3801 3802 3803 3804 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3799 class PolicyTypeScope < Struct.new( :policy_types, :all_policy_types_enabled) SENSITIVE = [] include Aws::Structure end |
#policy_types ⇒ Array<String>
The list of policy types that the specified Firewall Manager administrator can manage.
3799 3800 3801 3802 3803 3804 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3799 class PolicyTypeScope < Struct.new( :policy_types, :all_policy_types_enabled) SENSITIVE = [] include Aws::Structure end |