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