Class: Aws::DataZone::Types::CreateGlossaryInput

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

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2005

class CreateGlossaryInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :name,
  :owning_project_identifier,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of this business glossary.

Returns:

  • (String)


2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2005

class CreateGlossaryInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :name,
  :owning_project_identifier,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_identifierString

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

Returns:

  • (String)


2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2005

class CreateGlossaryInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :name,
  :owning_project_identifier,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of this business glossary.

Returns:

  • (String)


2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2005

class CreateGlossaryInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :name,
  :owning_project_identifier,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#owning_project_identifierString

The ID of the project that currently owns business glossary.

Returns:

  • (String)


2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2005

class CreateGlossaryInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :name,
  :owning_project_identifier,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#statusString

The status of this business glossary.

Returns:

  • (String)


2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2005

class CreateGlossaryInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :name,
  :owning_project_identifier,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end