Class: Aws::Glue::Types::GetMLTaskRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMLTaskRunsResponse
- Defined in:
- gems/aws-sdk-glue/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.
10912 10913 10914 10915 10916 10917 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10912 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.
10912 10913 10914 10915 10916 10917 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10912 class GetMLTaskRunsResponse < Struct.new( :task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |