Class: Aws::DataZone::Types::GetMetadataGenerationRunOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetMetadataGenerationRunOutput
- 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 of when the metadata generation run was start.
-
#created_by ⇒ String
The Amazon DataZone user who started the metadata generation run.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
-
#id ⇒ String
The ID of the metadata generation run.
-
#owning_project_id ⇒ String
The ID of the project that owns the assets for which you're running metadata generation.
-
#status ⇒ String
The status of the metadata generation run.
-
#target ⇒ Types::MetadataGenerationRunTarget
The asset for which you're generating metadata.
-
#type ⇒ String
The type of metadata generation run.
-
#type_stats ⇒ Array<Types::MetadataGenerationRunTypeStat>
The type stats included in the metadata generation run output details.
-
#types ⇒ Array<String>
The types of the metadata generation run.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the metadata generation run was start.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon DataZone user who started the metadata generation run.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the metadata generation run.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the project that owns the assets for which you're running metadata generation.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the metadata generation run.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::MetadataGenerationRunTarget
The asset for which you're generating metadata.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of metadata generation run.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#type_stats ⇒ Array<Types::MetadataGenerationRunTypeStat>
The type stats included in the metadata generation run output details.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
The types of the metadata generation run.
10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10630 class GetMetadataGenerationRunOutput < Struct.new( :domain_id, :id, :target, :status, :type, :types, :created_at, :created_by, :owning_project_id, :type_stats) SENSITIVE = [] include Aws::Structure end |