Class: Aws::DataZone::Types::AddToProjectMemberPoolPolicyGrantDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AddToProjectMemberPoolPolicyGrantDetail
- 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
-
#include_child_domain_units ⇒ Boolean
Specifies whether the policy grant is applied to child domain units.
Instance Attribute Details
#include_child_domain_units ⇒ Boolean
Specifies whether the policy grant is applied to child domain units.
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 |