Class: Aws::DataZone::Types::MetadataGenerationRunTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identifierString

The ID of the metadata generation run’s target.

Returns:

  • (String)


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

#revisionString

The revision of the asset for which metadata was generated.

Returns:

  • (String)


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

#typeString

The type of the asset for which metadata was generated.

Returns:

  • (String)


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