Class: Aws::IoT::Types::ThingAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThingAttribute
- 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
-
#attributes ⇒ Hash<String,String>
A list of thing attributes which are name-value pairs.
-
#thing_arn ⇒ String
The thing ARN.
-
#thing_name ⇒ String
The name of the thing.
-
#thing_type_name ⇒ String
The name of the thing type, if the thing has been associated with a type.
-
#version ⇒ Integer
The version of the thing record in the registry.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
A list of thing attributes which are name-value pairs.
15053 15054 15055 15056 15057 15058 15059 15060 15061 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15053 class ThingAttribute < Struct.new( :thing_name, :thing_type_name, :thing_arn, :attributes, :version) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The thing ARN.
15053 15054 15055 15056 15057 15058 15059 15060 15061 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15053 class ThingAttribute < Struct.new( :thing_name, :thing_type_name, :thing_arn, :attributes, :version) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing.
15053 15054 15055 15056 15057 15058 15059 15060 15061 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15053 class ThingAttribute < Struct.new( :thing_name, :thing_type_name, :thing_arn, :attributes, :version) SENSITIVE = [] include Aws::Structure end |
#thing_type_name ⇒ String
The name of the thing type, if the thing has been associated with a type.
15053 15054 15055 15056 15057 15058 15059 15060 15061 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15053 class ThingAttribute < Struct.new( :thing_name, :thing_type_name, :thing_arn, :attributes, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the thing record in the registry.
15053 15054 15055 15056 15057 15058 15059 15060 15061 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15053 class ThingAttribute < Struct.new( :thing_name, :thing_type_name, :thing_arn, :attributes, :version) SENSITIVE = [] include Aws::Structure end |