Class: Aws::IoT::Types::DescribeDimensionRequest

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.

Returns:

  • (String)


5340
5341
5342
5343
5344
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5340

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