Class: Aws::IoT::Types::ThingTypeMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

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 time was deprecated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time when the thing type was created.

Returns:

  • (Time)


15017
15018
15019
15020
15021
15022
15023
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15017

class ThingTypeMetadata < Struct.new(
  :deprecated,
  :deprecation_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#deprecatedBoolean

Whether the thing type is deprecated. If true, no new things could be associated with this type.

Returns:

  • (Boolean)


15017
15018
15019
15020
15021
15022
15023
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15017

class ThingTypeMetadata < Struct.new(
  :deprecated,
  :deprecation_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#deprecation_dateTime

The date and time when the thing type was deprecated.

Returns:

  • (Time)


15017
15018
15019
15020
15021
15022
15023
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15017

class ThingTypeMetadata < Struct.new(
  :deprecated,
  :deprecation_date,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end