Class: Aws::IoT::Types::ThingTypeDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThingTypeDefinition
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The definition of the thing type, including thing type name and description.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_type_arn ⇒ String
The thing type ARN.
-
#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 for the thing type.
Instance Attribute Details
#thing_type_arn ⇒ String
The thing type ARN.
15401 15402 15403 15404 15405 15406 15407 15408 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15401 class ThingTypeDefinition < Struct.new( :thing_type_name, :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.
15401 15402 15403 15404 15405 15406 15407 15408 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15401 class ThingTypeDefinition < Struct.new( :thing_type_name, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end |
#thing_type_name ⇒ String
The name of the thing type.
15401 15402 15403 15404 15405 15406 15407 15408 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15401 class ThingTypeDefinition < Struct.new( :thing_type_name, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end |
#thing_type_properties ⇒ Types::ThingTypeProperties
The ThingTypeProperties for the thing type.
15401 15402 15403 15404 15405 15406 15407 15408 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15401 class ThingTypeDefinition < Struct.new( :thing_type_name, :thing_type_arn, :thing_type_properties, :thing_type_metadata) SENSITIVE = [] include Aws::Structure end |