Class: Aws::Glue::Types::GetBlueprintRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetBlueprintRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_runs ⇒ Array<Types::BlueprintRun>
Returns a list of ‘BlueprintRun` objects.
-
#next_token ⇒ String
A continuation token, if not all blueprint runs have been returned.
Instance Attribute Details
#blueprint_runs ⇒ Array<Types::BlueprintRun>
Returns a list of ‘BlueprintRun` objects.
9615 9616 9617 9618 9619 9620 |
# File 'lib/aws-sdk-glue/types.rb', line 9615 class GetBlueprintRunsResponse < Struct.new( :blueprint_runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if not all blueprint runs have been returned.
9615 9616 9617 9618 9619 9620 |
# File 'lib/aws-sdk-glue/types.rb', line 9615 class GetBlueprintRunsResponse < Struct.new( :blueprint_runs, :next_token) SENSITIVE = [] include Aws::Structure end |