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

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

Overview

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of this Amazon DataZone metadata form type.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1917

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

#domain_identifierString

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

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1917

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

#modelTypes::Model

The model of this Amazon DataZone metadata form type.

Returns:



1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1917

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

#nameString

The name of this Amazon DataZone metadata form type.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1917

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

#owning_project_identifierString

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

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1917

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

#statusString

The status of this Amazon DataZone metadata form type.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1917

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