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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that you can use in a subsequent call to retrieve the next set of results.

Returns:

  • (String)


2727
2728
2729
2730
2731
2732
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2727

class ListSchedulesResponse < Struct.new(
  :schedules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#schedulesArray<Types::Schedule>

A list of schedules that are defined.

Returns:



2727
2728
2729
2730
2731
2732
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2727

class ListSchedulesResponse < Struct.new(
  :schedules,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end