Class: Aws::Scheduler::Types::ListScheduleGroupsInput

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

#max_resultsInteger

If specified, limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

Returns:

  • (Integer)


740
741
742
743
744
745
746
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 740

class ListScheduleGroupsInput < Struct.new(
  :max_results,
  :name_prefix,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#name_prefixString

The name prefix that you can use to return a filtered list of your schedule groups.

Returns:

  • (String)


740
741
742
743
744
745
746
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 740

class ListScheduleGroupsInput < Struct.new(
  :max_results,
  :name_prefix,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)


740
741
742
743
744
745
746
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 740

class ListScheduleGroupsInput < Struct.new(
  :max_results,
  :name_prefix,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end