Class: Aws::PI::Types::DimensionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::DimensionDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
The information about a dimension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of a dimension.
Instance Attribute Details
#identifier ⇒ String
The identifier of a dimension.
431 432 433 434 435 |
# File 'lib/aws-sdk-pi/types.rb', line 431 class DimensionDetail < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |