Class: Aws::Scheduler::Types::GetScheduleGroupInput

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

#nameString

The name of the schedule group to retrieve.

Returns:

  • (String)


510
511
512
513
514
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 510

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