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 |
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.
ResponsePartitionKey' | |
|
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 dimension(s) for this partition.
responsePartitionKey_dimensions :: Lens' ResponsePartitionKey (HashMap Text Text) Source #
A dimension map that contains the dimension(s) for this partition.