Class: Aws::DataZone::Types::MetadataGenerationRunTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::MetadataGenerationRunTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The asset for which metadata was generated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ID of the metadata generation run’s target.
-
#revision ⇒ String
The revision of the asset for which metadata was generated.
-
#type ⇒ String
The type of the asset for which metadata was generated.
Instance Attribute Details
#identifier ⇒ String
The ID of the metadata generation run’s target.
15784 15785 15786 15787 15788 15789 15790 |
# File 'lib/aws-sdk-datazone/types.rb', line 15784 class MetadataGenerationRunTarget < Struct.new( :type, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the asset for which metadata was generated.
15784 15785 15786 15787 15788 15789 15790 |
# File 'lib/aws-sdk-datazone/types.rb', line 15784 class MetadataGenerationRunTarget < Struct.new( :type, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the asset for which metadata was generated.
15784 15785 15786 15787 15788 15789 15790 |
# File 'lib/aws-sdk-datazone/types.rb', line 15784 class MetadataGenerationRunTarget < Struct.new( :type, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |