Class: Aws::Types::DescribeThingTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThingTypeResponse
- 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_id ⇒ ::String
Returns the value of attribute thing_type_id.
-
#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.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def thing_type_arn @thing_type_arn end |
#thing_type_id ⇒ ::String
Returns the value of attribute thing_type_id.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def thing_type_id @thing_type_id end |
#thing_type_metadata ⇒ Types::ThingTypeMetadata
Returns the value of attribute thing_type_metadata.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def @thing_type_metadata end |
#thing_type_name ⇒ ::String
Returns the value of attribute thing_type_name.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def thing_type_name @thing_type_name end |
#thing_type_properties ⇒ Types::ThingTypeProperties
Returns the value of attribute thing_type_properties.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def thing_type_properties @thing_type_properties end |