Class: Aws::Glue::Types::GetMLTaskRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMLTaskRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token, if more results are available.
-
#task_runs ⇒ Array<Types::TaskRun>
A list of task runs that are associated with the transform.
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
10922 10923 10924 10925 10926 10927 |
# File 'lib/aws-sdk-glue/types.rb', line 10922 class GetMLTaskRunsResponse < Struct.new( :task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#task_runs ⇒ Array<Types::TaskRun>
A list of task runs that are associated with the transform.
10922 10923 10924 10925 10926 10927 |
# File 'lib/aws-sdk-glue/types.rb', line 10922 class GetMLTaskRunsResponse < Struct.new( :task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |