| 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.SageMaker.Types.ContextSummary
Description
Synopsis
- data ContextSummary = ContextSummary' {}
 - newContextSummary :: ContextSummary
 - contextSummary_contextArn :: Lens' ContextSummary (Maybe Text)
 - contextSummary_contextName :: Lens' ContextSummary (Maybe Text)
 - contextSummary_contextType :: Lens' ContextSummary (Maybe Text)
 - contextSummary_creationTime :: Lens' ContextSummary (Maybe UTCTime)
 - contextSummary_lastModifiedTime :: Lens' ContextSummary (Maybe UTCTime)
 - contextSummary_source :: Lens' ContextSummary (Maybe ContextSource)
 
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.
Constructors
| ContextSummary' | |
Fields 
  | |
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:contextArn:ContextSummary', contextSummary_contextArn - The Amazon Resource Name (ARN) of the context.
$sel:contextName:ContextSummary', contextSummary_contextName - The name of the context.
$sel:contextType:ContextSummary', contextSummary_contextType - The type of the context.
$sel:creationTime:ContextSummary', contextSummary_creationTime - When the context was created.
$sel:lastModifiedTime:ContextSummary', contextSummary_lastModifiedTime - When the context was last modified.
$sel:source:ContextSummary', contextSummary_source - The source of the context.
contextSummary_contextArn :: Lens' ContextSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the context.
contextSummary_contextName :: Lens' ContextSummary (Maybe Text) Source #
The name of the context.
contextSummary_contextType :: Lens' ContextSummary (Maybe Text) Source #
The type 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_source :: Lens' ContextSummary (Maybe ContextSource) Source #
The source of the context.