Class: Aws::IoT::Types::DescribeDimensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeDimensionRequest
- Defined in:
- gems/aws-sdk-iot/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.
5886 5887 5888 5889 5890 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5886 class DescribeDimensionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |