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.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which the metadata generation run was created.
13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876 13877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13866 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the metadata generation run.
13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876 13877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13866 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the metadata generation run was created.
13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876 13877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13866 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the metadata generation run.
13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876 13877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13866 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type) 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.
13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876 13877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13866 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the metadata generation run.
13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876 13877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13866 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::MetadataGenerationRunTarget
The asset for which metadata was generated.
13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876 13877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13866 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the metadata generation run.
13866 13867 13868 13869 13870 13871 13872 13873 13874 13875 13876 13877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13866 class MetadataGenerationRunItem < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :target, :type) SENSITIVE = [] include Aws::Structure end |