Class: Aws::Types::ThingDocument
- Inherits:
-
Object
- Object
- Aws::Types::ThingDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#connectivity ⇒ Types::ThingConnectivity
Returns the value of attribute connectivity.
-
#device_defender ⇒ ::String
Returns the value of attribute device_defender.
-
#shadow ⇒ ::String
Returns the value of attribute shadow.
-
#thing_group_names ⇒ ::Array[::String]
Returns the value of attribute thing_group_names.
-
#thing_id ⇒ ::String
Returns the value of attribute thing_id.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
4772 4773 4774 |
# File 'sig/types.rbs', line 4772 def attributes @attributes end |
#connectivity ⇒ Types::ThingConnectivity
Returns the value of attribute connectivity.
4775 4776 4777 |
# File 'sig/types.rbs', line 4775 def connectivity @connectivity end |
#device_defender ⇒ ::String
Returns the value of attribute device_defender.
4774 4775 4776 |
# File 'sig/types.rbs', line 4774 def device_defender @device_defender end |
#shadow ⇒ ::String
Returns the value of attribute shadow.
4773 4774 4775 |
# File 'sig/types.rbs', line 4773 def shadow @shadow end |
#thing_group_names ⇒ ::Array[::String]
Returns the value of attribute thing_group_names.
4771 4772 4773 |
# File 'sig/types.rbs', line 4771 def thing_group_names @thing_group_names end |
#thing_id ⇒ ::String
Returns the value of attribute thing_id.
4769 4770 4771 |
# File 'sig/types.rbs', line 4769 def thing_id @thing_id end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
4768 4769 4770 |
# File 'sig/types.rbs', line 4768 def thing_name @thing_name end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
4770 4771 4772 |
# File 'sig/types.rbs', line 4770 def thing_type_name @thing_type_name end |