Class: Aws::DataZone::Types::CreateProjectInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the Amazon DataZone project.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-datazone/types.rb', line 3304

class CreateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_id,
  :glossary_terms,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain in which this project is created.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-datazone/types.rb', line 3304

class CreateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_id,
  :glossary_terms,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_unit_idString

The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-datazone/types.rb', line 3304

class CreateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_id,
  :glossary_terms,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#glossary_termsArray<String>

The glossary terms that can be used in this Amazon DataZone project.

Returns:

  • (Array<String>)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-datazone/types.rb', line 3304

class CreateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_id,
  :glossary_terms,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the Amazon DataZone project.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-datazone/types.rb', line 3304

class CreateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_id,
  :glossary_terms,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end