Class: Aws::Types::ThingTypeDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ThingTypeDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#thing_type_arn ⇒ ::String
Returns the value of attribute thing_type_arn.
-
#thing_type_metadata ⇒ Types::ThingTypeMetadata
Returns the value of attribute thing_type_metadata.
-
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
-
#thing_type_properties ⇒ Types::ThingTypeProperties
Returns the value of attribute thing_type_properties.
Instance Attribute Details
#thing_type_arn ⇒ ::String
Returns the value of attribute thing_type_arn.
4827 4828 4829 |
# File 'sig/types.rbs', line 4827 def thing_type_arn @thing_type_arn end |
#thing_type_metadata ⇒ Types::ThingTypeMetadata
Returns the value of attribute thing_type_metadata.
4829 4830 4831 |
# File 'sig/types.rbs', line 4829 def @thing_type_metadata end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
4826 4827 4828 |
# File 'sig/types.rbs', line 4826 def thing_type_name @thing_type_name end |
#thing_type_properties ⇒ Types::ThingTypeProperties
Returns the value of attribute thing_type_properties.
4828 4829 4830 |
# File 'sig/types.rbs', line 4828 def thing_type_properties @thing_type_properties end |