| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.Scheduler.Types.ScheduleGroupSummary
Description
Synopsis
- data ScheduleGroupSummary = ScheduleGroupSummary' {}
 - newScheduleGroupSummary :: ScheduleGroupSummary
 - scheduleGroupSummary_arn :: Lens' ScheduleGroupSummary (Maybe Text)
 - scheduleGroupSummary_creationDate :: Lens' ScheduleGroupSummary (Maybe UTCTime)
 - scheduleGroupSummary_lastModificationDate :: Lens' ScheduleGroupSummary (Maybe UTCTime)
 - scheduleGroupSummary_name :: Lens' ScheduleGroupSummary (Maybe Text)
 - scheduleGroupSummary_state :: Lens' ScheduleGroupSummary (Maybe ScheduleGroupState)
 
Documentation
data ScheduleGroupSummary Source #
The details of a schedule group.
See: newScheduleGroupSummary smart constructor.
Constructors
| ScheduleGroupSummary' | |
Fields 
  | |
Instances
newScheduleGroupSummary :: ScheduleGroupSummary Source #
Create a value of ScheduleGroupSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:ScheduleGroupSummary', scheduleGroupSummary_arn - The Amazon Resource Name (ARN) of the schedule group.
$sel:creationDate:ScheduleGroupSummary', scheduleGroupSummary_creationDate - The time at which the schedule group was created.
$sel:lastModificationDate:ScheduleGroupSummary', scheduleGroupSummary_lastModificationDate - The time at which the schedule group was last modified.
$sel:name:ScheduleGroupSummary', scheduleGroupSummary_name - The name of the schedule group.
$sel:state:ScheduleGroupSummary', scheduleGroupSummary_state - Specifies the state of the schedule group.
scheduleGroupSummary_arn :: Lens' ScheduleGroupSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the schedule group.
scheduleGroupSummary_creationDate :: Lens' ScheduleGroupSummary (Maybe UTCTime) Source #
The time at which the schedule group was created.
scheduleGroupSummary_lastModificationDate :: Lens' ScheduleGroupSummary (Maybe UTCTime) Source #
The time at which the schedule group was last modified.
scheduleGroupSummary_name :: Lens' ScheduleGroupSummary (Maybe Text) Source #
The name of the schedule group.
scheduleGroupSummary_state :: Lens' ScheduleGroupSummary (Maybe ScheduleGroupState) Source #
Specifies the state of the schedule group.