Class: Aws::DataZone::Types::CreateFormTypeInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :model, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of this Amazon DataZone metadata form type.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
# File 'lib/aws-sdk-datazone/types.rb', line 4429

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

#domain_identifierString

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

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
# File 'lib/aws-sdk-datazone/types.rb', line 4429

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

#modelTypes::Model

The model of this Amazon DataZone metadata form type.

Returns:



4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
# File 'lib/aws-sdk-datazone/types.rb', line 4429

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

#nameString

The name of this Amazon DataZone metadata form type.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
# File 'lib/aws-sdk-datazone/types.rb', line 4429

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

#owning_project_identifierString

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

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
# File 'lib/aws-sdk-datazone/types.rb', line 4429

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

#statusString

The status of this Amazon DataZone metadata form type.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
# File 'lib/aws-sdk-datazone/types.rb', line 4429

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