Class: Aws::DataZone::Types::MetadataGenerationRunItem

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

Overview

The metadata generation run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp at which the metadata generation run was created.

Returns:

  • (Time)


8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8632

class MetadataGenerationRunItem < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user who created the metadata generation run.

Returns:

  • (String)


8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8632

class MetadataGenerationRunItem < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The ID of the Amazon DataZone domain in which the metadata generation run was created.

Returns:

  • (String)


8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8632

class MetadataGenerationRunItem < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the metadata generation run.

Returns:

  • (String)


8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8632

class MetadataGenerationRunItem < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#owning_project_idString

The ID of the project that owns the asset for which the metadata generation was ran.

Returns:

  • (String)


8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8632

class MetadataGenerationRunItem < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the metadata generation run.

Returns:

  • (String)


8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8632

class MetadataGenerationRunItem < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::MetadataGenerationRunTarget

The asset for which metadata was generated.



8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8632

class MetadataGenerationRunItem < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the metadata generation run.

Returns:

  • (String)


8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
8643
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8632

class MetadataGenerationRunItem < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :owning_project_id,
  :status,
  :target,
  :type)
  SENSITIVE = []
  include Aws::Structure
end