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

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



827
828
829
830
831
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 827

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