Class: Aws::Scheduler::Types::GetScheduleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::GetScheduleInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the schedule group associated with this schedule.
-
#name ⇒ String
The name of the schedule to retrieve.
Instance Attribute Details
#group_name ⇒ String
The name of the schedule group associated with this schedule. If you omit this, EventBridge Scheduler assumes that the schedule is associated with the default group.
560 561 562 563 564 565 |
# File 'lib/aws-sdk-scheduler/types.rb', line 560 class GetScheduleInput < Struct.new( :group_name, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the schedule to retrieve.
560 561 562 563 564 565 |
# File 'lib/aws-sdk-scheduler/types.rb', line 560 class GetScheduleInput < Struct.new( :group_name, :name) SENSITIVE = [] include Aws::Structure end |