Class: Aws::IoT::Types::DescribeDimensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeDimensionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DescribeDimensionRequest data as a hash:
{
name: "DimensionName", # required
}
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.
6886 6887 6888 6889 6890 |
# File 'lib/aws-sdk-iot/types.rb', line 6886 class DescribeDimensionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |