Class: Aws::DataZone::Types::GetMetadataGenerationRunInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain the metadata generation run of which you want to get.

Returns:

  • (String)


5788
5789
5790
5791
5792
5793
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5788

class GetMetadataGenerationRunInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the metadata generation run.

Returns:

  • (String)


5788
5789
5790
5791
5792
5793
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5788

class GetMetadataGenerationRunInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end