| 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.RobOMaker.Types.WorldSummary
Description
Synopsis
Documentation
data WorldSummary Source #
Information about a world.
See: newWorldSummary smart constructor.
Constructors
| WorldSummary' | |
Fields
| |
Instances
newWorldSummary :: WorldSummary Source #
Create a value of WorldSummary 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:WorldSummary', worldSummary_arn - The Amazon Resource Name (ARN) of the world.
$sel:createdAt:WorldSummary', worldSummary_createdAt - The time, in milliseconds since the epoch, when the world was created.
$sel:generationJob:WorldSummary', worldSummary_generationJob - The Amazon Resource Name (arn) of the world generation job.
$sel:template:WorldSummary', worldSummary_template - The Amazon Resource Name (arn) of the world template.
worldSummary_arn :: Lens' WorldSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the world.
worldSummary_createdAt :: Lens' WorldSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the world was created.
worldSummary_generationJob :: Lens' WorldSummary (Maybe Text) Source #
The Amazon Resource Name (arn) of the world generation job.
worldSummary_template :: Lens' WorldSummary (Maybe Text) Source #
The Amazon Resource Name (arn) of the world template.