Class: Aws::PI::Types::ResponsePartitionKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::ResponsePartitionKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
If ‘PartitionBy` was specified in a `DescribeDimensionKeys` request, the dimensions are returned in an array. Each element in the array specifies one dimension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Hash<String,String>
A dimension map that contains the dimensions for this partition.
Instance Attribute Details
#dimensions ⇒ Hash<String,String>
A dimension map that contains the dimensions for this partition.
1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-pi/types.rb', line 1628 class ResponsePartitionKey < Struct.new( :dimensions) SENSITIVE = [] include Aws::Structure end |