Module: Aws::IoT::Client::_DescribeThingTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeThingTypeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #thing_type_arn ⇒ ::String
- #thing_type_id ⇒ ::String
- #thing_type_metadata ⇒ Types::ThingTypeMetadata
- #thing_type_name ⇒ ::String
- #thing_type_properties ⇒ Types::ThingTypeProperties
Instance Method Details
#thing_type_arn ⇒ ::String
1924 |
# File 'sig/client.rbs', line 1924
def thing_type_arn: () -> ::String
|
#thing_type_id ⇒ ::String
1923 |
# File 'sig/client.rbs', line 1923
def thing_type_id: () -> ::String
|
#thing_type_metadata ⇒ Types::ThingTypeMetadata
1926 |
# File 'sig/client.rbs', line 1926
def thing_type_metadata: () -> Types::ThingTypeMetadata
|
#thing_type_name ⇒ ::String
1922 |
# File 'sig/client.rbs', line 1922
def thing_type_name: () -> ::String
|
#thing_type_properties ⇒ Types::ThingTypeProperties
1925 |
# File 'sig/client.rbs', line 1925
def thing_type_properties: () -> Types::ThingTypeProperties
|