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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


8258
8259
8260
8261
8262
8263
8264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8258

class MetadataGenerationRunTarget < Struct.new(
  :identifier,
  :revision,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

The revision of the asset for which metadata was generated.

Returns:

  • (String)


8258
8259
8260
8261
8262
8263
8264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8258

class MetadataGenerationRunTarget < Struct.new(
  :identifier,
  :revision,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the asset for which metadata was generated.

Returns:

  • (String)


8258
8259
8260
8261
8262
8263
8264
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8258

class MetadataGenerationRunTarget < Struct.new(
  :identifier,
  :revision,
  :type)
  SENSITIVE = []
  include Aws::Structure
end