Class: Aws::IoT::Types::ThingAttribute

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

Overview

The properties of the thing, including thing name, thing type name, and a list of thing attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

A list of thing attributes which are name-value pairs.

Returns:

  • (Hash<String,String>)


9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-iot/types.rb', line 9958

class ThingAttribute < Struct.new(
  :thing_name,
  :thing_type_name,
  :thing_arn,
  :attributes,
  :version)
  include Aws::Structure
end

#thing_arnString

The thing ARN.

Returns:

  • (String)


9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-iot/types.rb', line 9958

class ThingAttribute < Struct.new(
  :thing_name,
  :thing_type_name,
  :thing_arn,
  :attributes,
  :version)
  include Aws::Structure
end

#thing_nameString

The name of the thing.

Returns:

  • (String)


9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-iot/types.rb', line 9958

class ThingAttribute < Struct.new(
  :thing_name,
  :thing_type_name,
  :thing_arn,
  :attributes,
  :version)
  include Aws::Structure
end

#thing_type_nameString

The name of the thing type, if the thing has been associated with a type.

Returns:

  • (String)


9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-iot/types.rb', line 9958

class ThingAttribute < Struct.new(
  :thing_name,
  :thing_type_name,
  :thing_arn,
  :attributes,
  :version)
  include Aws::Structure
end

#versionInteger

The version of the thing record in the registry.

Returns:

  • (Integer)


9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-iot/types.rb', line 9958

class ThingAttribute < Struct.new(
  :thing_name,
  :thing_type_name,
  :thing_arn,
  :attributes,
  :version)
  include Aws::Structure
end