Class: Aws::DataZone::Types::OverrideProjectOwnersPolicyGrantDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OverrideProjectOwnersPolicyGrantDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the override project owners policy grant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_child_domain_units ⇒ Boolean
Specifies whether the policy is inherited by child domain units.
Instance Attribute Details
#include_child_domain_units ⇒ Boolean
Specifies whether the policy is inherited by child domain units.
11815 11816 11817 11818 11819 |
# File 'lib/aws-sdk-datazone/types.rb', line 11815 class OverrideProjectOwnersPolicyGrantDetail < Struct.new( :include_child_domain_units) SENSITIVE = [] include Aws::Structure end |