Class: Aws::Scheduler::Types::ListSchedulesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Indicates whether there are additional results to retrieve. If the value is null, there are no more results.

Returns:

  • (String)


814
815
816
817
818
819
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 814

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

#schedulesArray<Types::ScheduleSummary>

The schedules that match the specified criteria.

Returns:



814
815
816
817
818
819
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 814

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