Class: Aws::Scheduler::Types::UpdateScheduleOutput

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

#schedule_arnString

The Amazon Resource Name (ARN) of the schedule that you updated.

Returns:

  • (String)


1420
1421
1422
1423
1424
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1420

class UpdateScheduleOutput < Struct.new(
  :schedule_arn)
  SENSITIVE = []
  include Aws::Structure
end