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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

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

Returns:

  • (Hash<String,String>)


14642
14643
14644
14645
14646
14647
14648
14649
14650
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14642

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

#thing_arnString

The thing ARN.

Returns:

  • (String)


14642
14643
14644
14645
14646
14647
14648
14649
14650
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14642

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

#thing_nameString

The name of the thing.

Returns:

  • (String)


14642
14643
14644
14645
14646
14647
14648
14649
14650
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14642

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

#thing_type_nameString

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

Returns:

  • (String)


14642
14643
14644
14645
14646
14647
14648
14649
14650
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14642

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

#versionInteger

The version of the thing record in the registry.

Returns:

  • (Integer)


14642
14643
14644
14645
14646
14647
14648
14649
14650
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14642

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