| 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.Pi.Types.ResponsePartitionKey
Description
Documentation
data ResponsePartitionKey Source #
If PartitionBy was specified in a DescribeDimensionKeys request, the
dimensions are returned in an array. Each element in the array specifies
one dimension.
See: newResponsePartitionKey smart constructor.
Constructors
| ResponsePartitionKey' | |
Fields
| |
Instances
newResponsePartitionKey :: ResponsePartitionKey Source #
Create a value of ResponsePartitionKey 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:dimensions:ResponsePartitionKey', responsePartitionKey_dimensions - A dimension map that contains the dimensions for this partition.
responsePartitionKey_dimensions :: Lens' ResponsePartitionKey (HashMap Text Text) Source #
A dimension map that contains the dimensions for this partition.