Class: Aws::Scheduler::Types::GetScheduleGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::GetScheduleGroupInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the schedule group to retrieve.
Instance Attribute Details
#name ⇒ String
The name of the schedule group to retrieve.
510 511 512 513 514 |
# File 'lib/aws-sdk-scheduler/types.rb', line 510 class GetScheduleGroupInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |