| 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.ConnectCases.Types.FieldSummary
Description
Synopsis
- data FieldSummary = FieldSummary' {}
- newFieldSummary :: Text -> Text -> Text -> FieldNamespace -> FieldType -> FieldSummary
- fieldSummary_fieldArn :: Lens' FieldSummary Text
- fieldSummary_fieldId :: Lens' FieldSummary Text
- fieldSummary_name :: Lens' FieldSummary Text
- fieldSummary_namespace :: Lens' FieldSummary FieldNamespace
- fieldSummary_type :: Lens' FieldSummary FieldType
Documentation
data FieldSummary Source #
Object for the summarized details of the field.
See: newFieldSummary smart constructor.
Constructors
| FieldSummary' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> FieldNamespace | |
| -> FieldType | |
| -> FieldSummary |
Create a value of FieldSummary 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:fieldArn:FieldSummary', fieldSummary_fieldArn - The Amazon Resource Name (ARN) of the field.
$sel:fieldId:FieldSummary', fieldSummary_fieldId - The unique identifier of a field.
$sel:name:FieldSummary', fieldSummary_name - Name of the field.
$sel:namespace:FieldSummary', fieldSummary_namespace - The namespace of a field.
$sel:type':FieldSummary', fieldSummary_type - The type of a field.
fieldSummary_fieldArn :: Lens' FieldSummary Text Source #
The Amazon Resource Name (ARN) of the field.
fieldSummary_fieldId :: Lens' FieldSummary Text Source #
The unique identifier of a field.
fieldSummary_name :: Lens' FieldSummary Text Source #
Name of the field.
fieldSummary_namespace :: Lens' FieldSummary FieldNamespace Source #
The namespace of a field.
fieldSummary_type :: Lens' FieldSummary FieldType Source #
The type of a field.