Class: Aws::Types::ThingTypeProperties
- Inherits:
-
Object
- Object
- Aws::Types::ThingTypeProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mqtt5_configuration ⇒ Types::Mqtt5Configuration
Returns the value of attribute mqtt5_configuration.
-
#searchable_attributes ⇒ ::Array[::String]
Returns the value of attribute searchable_attributes.
-
#thing_type_description ⇒ ::String
Returns the value of attribute thing_type_description.
Instance Attribute Details
#mqtt5_configuration ⇒ Types::Mqtt5Configuration
Returns the value of attribute mqtt5_configuration.
4843 4844 4845 |
# File 'sig/types.rbs', line 4843 def mqtt5_configuration @mqtt5_configuration end |
#searchable_attributes ⇒ ::Array[::String]
Returns the value of attribute searchable_attributes.
4842 4843 4844 |
# File 'sig/types.rbs', line 4842 def searchable_attributes @searchable_attributes end |
#thing_type_description ⇒ ::String
Returns the value of attribute thing_type_description.
4841 4842 4843 |
# File 'sig/types.rbs', line 4841 def thing_type_description @thing_type_description end |