Class: Aws::Types::ListTransformJobsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



8621
8622
8623
# File 'sig/types.rbs', line 8621

def next_token
  @next_token
end

#transform_job_summaries::Array[Types::TransformJobSummary]

Returns the value of attribute transform_job_summaries.



8620
8621
8622
# File 'sig/types.rbs', line 8620

def transform_job_summaries
  @transform_job_summaries
end