Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ContextSummary = ContextSummary' {}
- newContextSummary :: ContextSummary
- contextSummary_creationTime :: Lens' ContextSummary (Maybe UTCTime)
- contextSummary_lastModifiedTime :: Lens' ContextSummary (Maybe UTCTime)
- contextSummary_contextType :: Lens' ContextSummary (Maybe Text)
- contextSummary_contextArn :: Lens' ContextSummary (Maybe Text)
- contextSummary_source :: Lens' ContextSummary (Maybe ContextSource)
- contextSummary_contextName :: Lens' ContextSummary (Maybe Text)
Documentation
data ContextSummary Source #
Lists a summary of the properties of a context. A context provides a logical grouping of other entities.
See: newContextSummary
smart constructor.
ContextSummary' | |
|
Instances
newContextSummary :: ContextSummary Source #
Create a value of ContextSummary
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:creationTime:ContextSummary'
, contextSummary_creationTime
- When the context was created.
$sel:lastModifiedTime:ContextSummary'
, contextSummary_lastModifiedTime
- When the context was last modified.
$sel:contextType:ContextSummary'
, contextSummary_contextType
- The type of the context.
$sel:contextArn:ContextSummary'
, contextSummary_contextArn
- The Amazon Resource Name (ARN) of the context.
$sel:source:ContextSummary'
, contextSummary_source
- The source of the context.
$sel:contextName:ContextSummary'
, contextSummary_contextName
- The name of the context.
contextSummary_creationTime :: Lens' ContextSummary (Maybe UTCTime) Source #
When the context was created.
contextSummary_lastModifiedTime :: Lens' ContextSummary (Maybe UTCTime) Source #
When the context was last modified.
contextSummary_contextType :: Lens' ContextSummary (Maybe Text) Source #
The type of the context.
contextSummary_contextArn :: Lens' ContextSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the context.
contextSummary_source :: Lens' ContextSummary (Maybe ContextSource) Source #
The source of the context.
contextSummary_contextName :: Lens' ContextSummary (Maybe Text) Source #
The name of the context.