Class: Aws::IoT::Types::ThingTypeDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#thing_type_arnString

The thing type ARN.

Returns:

  • (String)


14990
14991
14992
14993
14994
14995
14996
14997
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14990

class ThingTypeDefinition < Struct.new(
  :thing_type_name,
  :thing_type_arn,
  :thing_type_properties,
  :thing_type_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#thing_type_metadataTypes::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.



14990
14991
14992
14993
14994
14995
14996
14997
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14990

class ThingTypeDefinition < Struct.new(
  :thing_type_name,
  :thing_type_arn,
  :thing_type_properties,
  :thing_type_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#thing_type_nameString

The name of the thing type.

Returns:

  • (String)


14990
14991
14992
14993
14994
14995
14996
14997
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14990

class ThingTypeDefinition < Struct.new(
  :thing_type_name,
  :thing_type_arn,
  :thing_type_properties,
  :thing_type_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#thing_type_propertiesTypes::ThingTypeProperties

The ThingTypeProperties for the thing type.



14990
14991
14992
14993
14994
14995
14996
14997
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14990

class ThingTypeDefinition < Struct.new(
  :thing_type_name,
  :thing_type_arn,
  :thing_type_properties,
  :thing_type_metadata)
  SENSITIVE = []
  include Aws::Structure
end