Class: Aws::PI::Types::GetDimensionKeyDetailsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsArray<Types::DimensionKeyDetail>

The details for the requested dimensions.

Returns:



836
837
838
839
840
# File 'lib/aws-sdk-pi/types.rb', line 836

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