Class: Aws::Glue::Types::GetBlueprintRunsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_runsArray<Types::BlueprintRun>

Returns a list of ‘BlueprintRun` objects.

Returns:



9329
9330
9331
9332
9333
9334
# File 'lib/aws-sdk-glue/types.rb', line 9329

class GetBlueprintRunsResponse < Struct.new(
  :blueprint_runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if not all blueprint runs have been returned.

Returns:

  • (String)


9329
9330
9331
9332
9333
9334
# File 'lib/aws-sdk-glue/types.rb', line 9329

class GetBlueprintRunsResponse < Struct.new(
  :blueprint_runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end