Class: Aws::IoT::Types::DescribeDimensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeDimensionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The unique identifier for the dimension.
Instance Attribute Details
#name ⇒ String
The unique identifier for the dimension.
5524 5525 5526 5527 5528 |
# File 'lib/aws-sdk-iot/types.rb', line 5524 class DescribeDimensionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |