Class: Aws::DataZone::Types::CreateFormTypeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of this Amazon DataZone metadata form type.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4347

class CreateFormTypeOutput < Struct.new(
  :domain_id,
  :name,
  :revision,
  :description,
  :owning_project_id,
  :origin_domain_id,
  :origin_project_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#domain_idString

The ID of the Amazon DataZone domain in which this metadata form type is created.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4347

class CreateFormTypeOutput < Struct.new(
  :domain_id,
  :name,
  :revision,
  :description,
  :owning_project_id,
  :origin_domain_id,
  :origin_project_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of this Amazon DataZone metadata form type.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4347

class CreateFormTypeOutput < Struct.new(
  :domain_id,
  :name,
  :revision,
  :description,
  :owning_project_id,
  :origin_domain_id,
  :origin_project_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#origin_domain_idString

The ID of the Amazon DataZone domain in which this metadata form type was originally created.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4347

class CreateFormTypeOutput < Struct.new(
  :domain_id,
  :name,
  :revision,
  :description,
  :owning_project_id,
  :origin_domain_id,
  :origin_project_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#origin_project_idString

The ID of the project in which this Amazon DataZone metadata form type was originally created.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4347

class CreateFormTypeOutput < Struct.new(
  :domain_id,
  :name,
  :revision,
  :description,
  :owning_project_id,
  :origin_domain_id,
  :origin_project_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#owning_project_idString

The ID of the project that owns this Amazon DataZone metadata form type.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4347

class CreateFormTypeOutput < Struct.new(
  :domain_id,
  :name,
  :revision,
  :description,
  :owning_project_id,
  :origin_domain_id,
  :origin_project_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#revisionString

The revision of this Amazon DataZone metadata form type.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4347

class CreateFormTypeOutput < Struct.new(
  :domain_id,
  :name,
  :revision,
  :description,
  :owning_project_id,
  :origin_domain_id,
  :origin_project_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end