Class: Aws::Scheduler::Types::ListScheduleGroupsOutput

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)


759
760
761
762
763
764
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 759

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

#schedule_groupsArray<Types::ScheduleGroupSummary>

The schedule groups that match the specified criteria.

Returns:



759
760
761
762
763
764
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 759

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