Class: Aws::Scheduler::Types::GetScheduleGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::GetScheduleGroupOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the schedule group.
-
#creation_date ⇒ Time
The time at which the schedule group was created.
-
#last_modification_date ⇒ Time
The time at which the schedule group was last modified.
-
#name ⇒ String
The name of the schedule group.
-
#state ⇒ String
Specifies the state of the schedule group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the schedule group.
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 |
#creation_date ⇒ Time
The time at which the schedule group was created.
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 |
#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 |
#name ⇒ String
The name of the schedule group.
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 |
#state ⇒ String
Specifies the state of the schedule group.
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 |