Class: Aws::Scheduler::Types::ListSchedulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ListSchedulesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
If specified, only lists the schedules whose associated schedule group matches the given filter.
-
#max_results ⇒ Integer
If specified, limits the number of results returned by this operation.
-
#name_prefix ⇒ String
Schedule name prefix to return the filtered list of resources.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
-
#state ⇒ String
If specified, only lists the schedules whose current state matches the given filter.
Instance Attribute Details
#group_name ⇒ String
If specified, only lists the schedules whose associated schedule group matches the given filter.
793 794 795 796 797 798 799 800 801 |
# File '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_results ⇒ Integer
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.
793 794 795 796 797 798 799 800 801 |
# File '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_prefix ⇒ String
Schedule name prefix to return the filtered list of resources.
793 794 795 796 797 798 799 800 801 |
# File '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_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
793 794 795 796 797 798 799 800 801 |
# File '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 |
#state ⇒ String
If specified, only lists the schedules whose current state matches the given filter.
793 794 795 796 797 798 799 800 801 |
# File '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 |