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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pi/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>)


1606
1607
1608
1609
1610
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1606

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