Class: Aws::Scheduler::Types::ListSchedulesInput

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

#group_nameString

If specified, only lists the schedules whose associated schedule group matches the given filter.

Returns:

  • (String)


793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 793

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

#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)


793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 793

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

#name_prefixString

Schedule name prefix to return the filtered list of resources.

Returns:

  • (String)


793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 793

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

#next_tokenString

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

Returns:

  • (String)


793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 793

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

#stateString

If specified, only lists the schedules whose current state matches the given filter.

Returns:

  • (String)


793
794
795
796
797
798
799
800
801
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 793

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