Method: Aws::Scheduler::Types::GetScheduleGroupOutput#last_modification_date
- Defined in:
- lib/aws-sdk-scheduler/types.rb
permalink #last_modification_date ⇒ Time
The time at which the schedule group was last modified.
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 |