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 |
Synopsis
Documentation
data LayoutSummary Source #
Object for the summarized details of the layout.
See: newLayoutSummary
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> LayoutSummary |
Create a value of LayoutSummary
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:layoutArn:LayoutSummary'
, layoutSummary_layoutArn
- The Amazon Resource Name (ARN) of the layout.
$sel:layoutId:LayoutSummary'
, layoutSummary_layoutId
- The unique identifier for of the layout.
$sel:name:LayoutSummary'
, layoutSummary_name
- The name of the layout.
layoutSummary_layoutArn :: Lens' LayoutSummary Text Source #
The Amazon Resource Name (ARN) of the layout.
layoutSummary_layoutId :: Lens' LayoutSummary Text Source #
The unique identifier for of the layout.
layoutSummary_name :: Lens' LayoutSummary Text Source #
The name of the layout.