Class: Aws::Scheduler::Types::ListScheduleGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ListScheduleGroupsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
If specified, limits the number of results returned by this operation.
-
#name_prefix ⇒ String
The name prefix that you can use to return a filtered list of your schedule groups.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
Instance Attribute Details
#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.
740 741 742 743 744 745 746 |
# File 'lib/aws-sdk-scheduler/types.rb', line 740 class ListScheduleGroupsInput < Struct.new( :max_results, :name_prefix, :next_token) SENSITIVE = [] include Aws::Structure end |
#name_prefix ⇒ String
The name prefix that you can use to return a filtered list of your schedule groups.
740 741 742 743 744 745 746 |
# File 'lib/aws-sdk-scheduler/types.rb', line 740 class ListScheduleGroupsInput < Struct.new( :max_results, :name_prefix, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
740 741 742 743 744 745 746 |
# File 'lib/aws-sdk-scheduler/types.rb', line 740 class ListScheduleGroupsInput < Struct.new( :max_results, :name_prefix, :next_token) SENSITIVE = [] include Aws::Structure end |