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)


2208
2209
2210
2211
2212
2213
2214
2215
# File 'lib/aws-sdk-datazone/types.rb', line 2208

class CreateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :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)


2208
2209
2210
2211
2212
2213
2214
2215
# File 'lib/aws-sdk-datazone/types.rb', line 2208

class CreateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :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>)


2208
2209
2210
2211
2212
2213
2214
2215
# File 'lib/aws-sdk-datazone/types.rb', line 2208

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

#nameString

The name of the Amazon DataZone project.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
2215
# File 'lib/aws-sdk-datazone/types.rb', line 2208

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