Class: Aws::Scheduler::Types::GetScheduleInput

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

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.

Returns:

  • (String)


560
561
562
563
564
565
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 560

class GetScheduleInput < Struct.new(
  :group_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the schedule to retrieve.

Returns:

  • (String)


560
561
562
563
564
565
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 560

class GetScheduleInput < Struct.new(
  :group_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end