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
1931 |
# File 'sig/client.rbs', line 1931
def thing_type_arn: () -> ::String
|
#thing_type_id ⇒ ::String
1930 |
# File 'sig/client.rbs', line 1930
def thing_type_id: () -> ::String
|
#thing_type_metadata ⇒ Types::ThingTypeMetadata
1933 |
# File 'sig/client.rbs', line 1933
def thing_type_metadata: () -> Types::ThingTypeMetadata
|
#thing_type_name ⇒ ::String
1929 |
# File 'sig/client.rbs', line 1929
def thing_type_name: () -> ::String
|
#thing_type_properties ⇒ Types::ThingTypeProperties
1932 |
# File 'sig/client.rbs', line 1932
def thing_type_properties: () -> Types::ThingTypeProperties
|