Class: Aws::DataZone::Types::CreateProjectFromProjectProfilePolicyGrantDetail

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

Overview

Specifies whether to create a project from project profile policy grant details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_child_domain_unitsBoolean

Specifies whether to include child domain units when creating a project from project profile policy grant details

Returns:

  • (Boolean)


3900
3901
3902
3903
3904
3905
# File 'lib/aws-sdk-datazone/types.rb', line 3900

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

#project_profilesArray<String>

Specifies project profiles when creating a project from project profile policy grant details

Returns:

  • (Array<String>)


3900
3901
3902
3903
3904
3905
# File 'lib/aws-sdk-datazone/types.rb', line 3900

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