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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


2291
2292
2293
2294
2295
2296
2297
2298
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2291

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)


2291
2292
2293
2294
2295
2296
2297
2298
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2291

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>)


2291
2292
2293
2294
2295
2296
2297
2298
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2291

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)


2291
2292
2293
2294
2295
2296
2297
2298
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2291

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