Class: Aws::Scheduler::Types::CreateScheduleGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::CreateScheduleGroupOutput
- Defined in:
- gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_group_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule group.
Instance Attribute Details
#schedule_group_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule group.
122 123 124 125 126 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 122 class CreateScheduleGroupOutput < Struct.new( :schedule_group_arn) SENSITIVE = [] include Aws::Structure end |