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)


9029
9030
9031
9032
9033
9034
9035
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9029

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)


9029
9030
9031
9032
9033
9034
9035
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9029

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)


9029
9030
9031
9032
9033
9034
9035
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9029

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