Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::DataZone::Types::FormTypeData

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

Overview

The details of the metadata form type.

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the metadata form type was created.

Returns:

  • (Time)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created teh metadata form type.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#descriptionString

The description of the metadata form type.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#domain_idString

The identifier of the Amazon DataZone domain in which the form type exists.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#importsArray<Types::Import>

The imports specified in the form type.

Returns:


7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#modelTypes::Model

The model of the form type.

Returns:


7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#nameString

The name of the form type.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#origin_domain_idString

The identifier of the Amazon DataZone domain in which the form type was originally created.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#origin_project_idString

The identifier of the project in which the form type was originally created.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#owning_project_idString

The identifier of the project that owns the form type.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#revisionString

The revision of the form type.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end

#statusString

The status of the form type.

Returns:

  • (String)

7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7212

class FormTypeData < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :imports,
  :model,
  :name,
  :origin_domain_id,
  :origin_project_id,
  :owning_project_id,
  :revision,
  :status)
  SENSITIVE = [:description, :model, :name]
  include Aws::Structure
end