Class: Aws::PI::Types::GetDimensionKeyDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::GetDimensionKeyDetailsResponse
- Defined in:
- gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::DimensionKeyDetail>
The details for the requested dimensions.
Instance Attribute Details
#dimensions ⇒ Array<Types::DimensionKeyDetail>
The details for the requested dimensions.
832 833 834 835 836 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 832 class GetDimensionKeyDetailsResponse < Struct.new( :dimensions) SENSITIVE = [] include Aws::Structure end |