Class: Aws::DataZone::Types::OverrideProjectOwnersPolicyGrantDetail

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

Overview

The details of the override project owners policy grant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_child_domain_unitsBoolean

Specifies whether the policy is inherited by child domain units.

Returns:

  • (Boolean)


14207
14208
14209
14210
14211
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14207

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