Class: Aws::DataZone::Types::AddToProjectMemberPoolPolicyGrantDetail

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)


396
397
398
399
400
# File 'lib/aws-sdk-datazone/types.rb', line 396

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