Class: Aws::DataZone::Types::ListMetadataGenerationRunsInput

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 where you want to list metadata generation runs.

Returns:

  • (String)


7382
7383
7384
7385
7386
7387
7388
7389
7390
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7382

class ListMetadataGenerationRunsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.

Returns:

  • (Integer)


7382
7383
7384
7385
7386
7387
7388
7389
7390
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7382

class ListMetadataGenerationRunsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.

Returns:

  • (String)


7382
7383
7384
7385
7386
7387
7388
7389
7390
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7382

class ListMetadataGenerationRunsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the metadata generation runs.

Returns:

  • (String)


7382
7383
7384
7385
7386
7387
7388
7389
7390
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7382

class ListMetadataGenerationRunsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the metadata generation runs.

Returns:

  • (String)


7382
7383
7384
7385
7386
7387
7388
7389
7390
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7382

class ListMetadataGenerationRunsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end