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
Documentation
data PromptSummary Source #
Contains information about the prompt.
See: newPromptSummary
smart constructor.
Instances
newPromptSummary :: PromptSummary Source #
Create a value of PromptSummary
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:PromptSummary'
, promptSummary_arn
- The Amazon Resource Name (ARN) of the prompt.
$sel:name:PromptSummary'
, promptSummary_name
- The name of the prompt.
$sel:id:PromptSummary'
, promptSummary_id
- The identifier of the prompt.
promptSummary_arn :: Lens' PromptSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the prompt.
promptSummary_name :: Lens' PromptSummary (Maybe Text) Source #
The name of the prompt.
promptSummary_id :: Lens' PromptSummary (Maybe Text) Source #
The identifier of the prompt.