Method: Aws::Scheduler::Types::GetScheduleGroupOutput#last_modification_date

Defined in:
lib/aws-sdk-scheduler/types.rb

#last_modification_dateTime

The time at which the schedule group was last modified.

Returns:

  • (Time)
[View source]

538
539
540
541
542
543
544
545
546
# File 'lib/aws-sdk-scheduler/types.rb', line 538

class GetScheduleGroupOutput < Struct.new(
  :arn,
  :creation_date,
  :last_modification_date,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end