Class: Aws::Types::ThingAttribute
- Inherits:
-
Object
- Object
- Aws::Types::ThingAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
4751 4752 4753 |
# File 'sig/types.rbs', line 4751 def attributes @attributes end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
4750 4751 4752 |
# File 'sig/types.rbs', line 4750 def thing_arn @thing_arn end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
4748 4749 4750 |
# File 'sig/types.rbs', line 4748 def thing_name @thing_name end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
4749 4750 4751 |
# File 'sig/types.rbs', line 4749 def thing_type_name @thing_type_name end |
#version ⇒ ::Integer
Returns the value of attribute version.
4752 4753 4754 |
# File 'sig/types.rbs', line 4752 def version @version end |