Class: Aws::IoT::Types::DeleteDimensionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The unique identifier for the dimension that you want to delete.

Returns:

  • (String)


4349
4350
4351
4352
4353
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4349

class DeleteDimensionRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end