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

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

Overview

Note:

When making an API call, you may pass DeleteDimensionRequest data as a hash:

{
  name: "DimensionName", # required
}

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)


5747
5748
5749
5750
5751
# File 'lib/aws-sdk-iot/types.rb', line 5747

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