Class: Aws::FMS::Types::PolicyTypeScope

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#all_policy_types_enabledBoolean

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.

Returns:

  • (Boolean)


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_typesArray<String>

The list of policy types that the specified Firewall Manager administrator can manage.

Returns:

  • (Array<String>)


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