Class: Aws::Glue::Types::GetBlueprintRunsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_nameString

The name of the blueprint.

Returns:

  • (String)


9286
9287
9288
9289
9290
9291
9292
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9286

class GetBlueprintRunsRequest < Struct.new(
  :blueprint_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of a list to return.

Returns:

  • (Integer)


9286
9287
9288
9289
9290
9291
9292
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9286

class GetBlueprintRunsRequest < Struct.new(
  :blueprint_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation request.

Returns:

  • (String)


9286
9287
9288
9289
9290
9291
9292
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9286

class GetBlueprintRunsRequest < Struct.new(
  :blueprint_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end