Class: Aws::Scheduler::Types::CreateScheduleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::CreateScheduleOutput
- 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.
Instance Attribute Details
#schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule.
252 253 254 255 256 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 252 class CreateScheduleOutput < Struct.new( :schedule_arn) SENSITIVE = [] include Aws::Structure end |