Class: Aws::Scheduler::Types::ScheduleGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ScheduleGroupSummary
- Defined in:
- gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb
Overview
The details of a schedule group.
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.
1028 1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028 class ScheduleGroupSummary < 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.
1028 1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028 class ScheduleGroupSummary < 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.
1028 1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028 class ScheduleGroupSummary < Struct.new( :arn, :creation_date, :last_modification_date, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the schedule group.
1028 1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028 class ScheduleGroupSummary < Struct.new( :arn, :creation_date, :last_modification_date, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Specifies the state of the schedule group.
1028 1029 1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1028 class ScheduleGroupSummary < Struct.new( :arn, :creation_date, :last_modification_date, :name, :state) SENSITIVE = [] include Aws::Structure end |