Class: Aws::DataZone::Types::MetadataGenerationRunItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::MetadataGenerationRunItem
- 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
-
#created_at ⇒ Time
The timestamp at which the metadata generation run was created.
-
#created_by ⇒ String
The user who created the metadata generation run.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the metadata generation run was created.
-
#id ⇒ String
The ID of the metadata generation run.
-
#owning_project_id ⇒ String
The ID of the project that owns the asset for which the metadata generation was ran.
-
#status ⇒ String
The status of the metadata generation run.
-
#target ⇒ Types::MetadataGenerationRunTarget
The asset for which metadata was generated.
-
#type ⇒ String
The type of the metadata generation run.
-
#types ⇒ Array<String>
The types of the metadata generation run.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which the metadata generation run was created.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the metadata generation run.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the metadata generation run was created.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the metadata generation run.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the project that owns the asset for which the metadata generation was ran.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the metadata generation run.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::MetadataGenerationRunTarget
The asset for which metadata was generated.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the metadata generation run.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
The types of the metadata generation run.
15454 15455 15456 15457 15458 15459 15460 15461 15462 15463 15464 15465 15466 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15454 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type, :types) SENSITIVE = [] include Aws::Structure end |