Class: Aws::IoT::Types::DeleteDimensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteDimensionRequest
- 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 that you want to delete.
Instance Attribute Details
#name ⇒ String
The unique identifier for the dimension that you want to delete.
4533 4534 4535 4536 4537 |
# File 'lib/aws-sdk-iot/types.rb', line 4533 class DeleteDimensionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |