Class: Aws::Glue::Types::GetBlueprintRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetBlueprintRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_name ⇒ String
The name of the blueprint.
-
#max_results ⇒ Integer
The maximum size of a list to return.
-
#next_token ⇒ String
A continuation token, if this is a continuation request.
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint.
9597 9598 9599 9600 9601 9602 9603 |
# File 'lib/aws-sdk-glue/types.rb', line 9597 class GetBlueprintRunsRequest < Struct.new( :blueprint_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of a list to return.
9597 9598 9599 9600 9601 9602 9603 |
# File 'lib/aws-sdk-glue/types.rb', line 9597 class GetBlueprintRunsRequest < Struct.new( :blueprint_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation request.
9597 9598 9599 9600 9601 9602 9603 |
# File 'lib/aws-sdk-glue/types.rb', line 9597 class GetBlueprintRunsRequest < Struct.new( :blueprint_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |