Class: Aws::DataZone::Types::CreateGlossaryPolicyGrantDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The details of the policy grant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_child_domain_unitsBoolean

Specifies whether the policy grant is applied to child domain units.

Returns:

  • (Boolean)


3055
3056
3057
3058
3059
# File 'lib/aws-sdk-datazone/types.rb', line 3055

class CreateGlossaryPolicyGrantDetail < Struct.new(
  :include_child_domain_units)
  SENSITIVE = []
  include Aws::Structure
end