| 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.UiTemplateInfo
Description
Synopsis
Documentation
data UiTemplateInfo Source #
Container for user interface template information.
See: newUiTemplateInfo smart constructor.
Constructors
| UiTemplateInfo' | |
Instances
newUiTemplateInfo :: UiTemplateInfo Source #
Create a value of UiTemplateInfo 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:contentSha256:UiTemplateInfo', uiTemplateInfo_contentSha256 - The SHA-256 digest of the contents of the template.
$sel:url:UiTemplateInfo', uiTemplateInfo_url - The URL for the user interface template.
uiTemplateInfo_contentSha256 :: Lens' UiTemplateInfo (Maybe Text) Source #
The SHA-256 digest of the contents of the template.
uiTemplateInfo_url :: Lens' UiTemplateInfo (Maybe Text) Source #
The URL for the user interface template.