You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::ListSchedulesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.

Returns:

  • (String)

    A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.

#schedulesArray<Types::Schedule>

A list of schedules in the current AWS account.

Returns:

  • (Array<Types::Schedule>)

    A list of schedules in the current AWS account.