Class: Aws::PI::Types::ResponsePartitionKey

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dimensionsHash<String,String>

A dimension map that contains the dimensions for this partition.

Returns:

  • (Hash<String,String>)


1628
1629
1630
1631
1632
# File 'lib/aws-sdk-pi/types.rb', line 1628

class ResponsePartitionKey < Struct.new(
  :dimensions)
  SENSITIVE = []
  include Aws::Structure
end