Class: Aws::IoT::Types::DescribeThingTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output for the DescribeThingType operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_type_arn ⇒ String
The thing type ARN.
-
#thing_type_id ⇒ String
The thing type ID.
-
#thing_type_metadata ⇒ Types::ThingTypeMetadata
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
-
#thing_type_name ⇒ String
The name of the thing type.
-
#thing_type_properties ⇒ Types::ThingTypeProperties
The ThingTypeProperties contains information about the thing type including description, a list of searchable thing attribute names, and MQTT5 configuration.
Instance Attribute Details
#thing_type_arn ⇒ String
The thing type ARN.
6761 6762 6763 6764 6765 6766 6767 6768 6769 |
# File 'lib/aws-sdk-iot/types.rb', line 6761 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end |
#thing_type_id ⇒ String
The thing type ID.
6761 6762 6763 6764 6765 6766 6767 6768 6769 |
# File 'lib/aws-sdk-iot/types.rb', line 6761 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end |
#thing_type_metadata ⇒ Types::ThingTypeMetadata
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
6761 6762 6763 6764 6765 6766 6767 6768 6769 |
# File 'lib/aws-sdk-iot/types.rb', line 6761 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end |
#thing_type_name ⇒ String
The name of the thing type.
6761 6762 6763 6764 6765 6766 6767 6768 6769 |
# File 'lib/aws-sdk-iot/types.rb', line 6761 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end |
#thing_type_properties ⇒ Types::ThingTypeProperties
The ThingTypeProperties contains information about the thing type including description, a list of searchable thing attribute names, and MQTT5 configuration.
6761 6762 6763 6764 6765 6766 6767 6768 6769 |
# File 'lib/aws-sdk-iot/types.rb', line 6761 class DescribeThingTypeResponse < Struct.new( :thing_type_name, :thing_type_id, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end |