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.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which the metadata generation run was started.
17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457 class StartMetadataGenerationRunOutput < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The ID of the user who started the metadata generation run.
17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457 class StartMetadataGenerationRunOutput < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the metadata generation run was started.
17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457 class StartMetadataGenerationRunOutput < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the metadata generation run.
17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457 class StartMetadataGenerationRunOutput < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :type) 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.
17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457 class StartMetadataGenerationRunOutput < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the metadata generation run.
17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457 class StartMetadataGenerationRunOutput < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the metadata generation run.
17457 17458 17459 17460 17461 17462 17463 17464 17465 17466 17467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17457 class StartMetadataGenerationRunOutput < Struct.new( :created_at, :created_by, :domain_id, :id, :owning_project_id, :status, :type) SENSITIVE = [] include Aws::Structure end |