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

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

Overview

Note:

When making an API call, you may pass GetBlueprintRunsRequest data as a hash:

{
  blueprint_name: "NameString", # required
  next_token: "GenericString",
  max_results: 1,
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_nameString

The name of the blueprint.

Returns:

  • (String)


10358
10359
10360
10361
10362
10363
10364
# File 'lib/aws-sdk-glue/types.rb', line 10358

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)


10358
10359
10360
10361
10362
10363
10364
# File 'lib/aws-sdk-glue/types.rb', line 10358

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)


10358
10359
10360
10361
10362
10363
10364
# File 'lib/aws-sdk-glue/types.rb', line 10358

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