Class: Aws::Scheduler::Types::UpdateScheduleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::UpdateScheduleOutput
- Defined in:
- gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule that you updated.
Instance Attribute Details
#schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule that you updated.
1438 1439 1440 1441 1442 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1438 class UpdateScheduleOutput < Struct.new( :schedule_arn) SENSITIVE = [] include Aws::Structure end |