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

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_runsArray<Types::BlueprintRun>

Returns a list of BlueprintRun objects.

Returns:



9047
9048
9049
9050
9051
9052
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9047

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)


9047
9048
9049
9050
9051
9052
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9047

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