Class: Aws::DataZone::Types::StartMetadataGenerationRunOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::StartMetadataGenerationRunOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp at which the metadata generation run was started.
-
#created_by ⇒ String
The ID of the user who started the metadata generation run.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the metadata generation run was started.
-
#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 run was started.
-
#status ⇒ String
The status of the metadata generation run.
-
#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 started.
19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922 class StartMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :status, :type, :types, :created_at, :created_by, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The ID of the user who started the metadata generation run.
19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922 class StartMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :status, :type, :types, :created_at, :created_by, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the metadata generation run was started.
19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922 class StartMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :status, :type, :types, :created_at, :created_by, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the metadata generation run.
19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922 class StartMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :status, :type, :types, :created_at, :created_by, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the project that owns the asset for which the metadata generation run was started.
19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922 class StartMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :status, :type, :types, :created_at, :created_by, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the metadata generation run.
19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922 class StartMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :status, :type, :types, :created_at, :created_by, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the metadata generation run.
19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922 class StartMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :status, :type, :types, :created_at, :created_by, :owning_project_id) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
The types of the metadata generation run.
19922 19923 19924 19925 19926 19927 19928 19929 19930 19931 19932 19933 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19922 class StartMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :status, :type, :types, :created_at, :created_by, :owning_project_id) SENSITIVE = [] include Aws::Structure end |