Class: Aws::IoT::Types::DescribeThingTypeResponse

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

Overview

The output for the DescribeThingType operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_arnString

The thing type ARN.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6491

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_idString

The thing type ID.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6491

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_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.



6491
6492
6493
6494
6495
6496
6497
6498
6499
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6491

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_nameString

The name of the thing type.

Returns:

  • (String)


6491
6492
6493
6494
6495
6496
6497
6498
6499
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6491

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_propertiesTypes::ThingTypeProperties

The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.



6491
6492
6493
6494
6495
6496
6497
6498
6499
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6491

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