Class: Aws::IoT::Types::ThingDocument

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

Overview

The thing search index document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The attributes.

Returns:

  • (Hash<String,String>)


16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16093

class ThingDocument < Struct.new(
  :thing_name,
  :thing_id,
  :thing_type_name,
  :thing_group_names,
  :attributes,
  :shadow,
  :device_defender,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end

#connectivityTypes::ThingConnectivity

Indicates whether the thing is connected to the Amazon Web Services IoT Core service.



16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16093

class ThingDocument < Struct.new(
  :thing_name,
  :thing_id,
  :thing_type_name,
  :thing_group_names,
  :attributes,
  :shadow,
  :device_defender,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end

#device_defenderString

Contains Device Defender data.

For more information about Device Defender, see Device Defender.

Returns:

  • (String)


16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16093

class ThingDocument < Struct.new(
  :thing_name,
  :thing_id,
  :thing_type_name,
  :thing_group_names,
  :attributes,
  :shadow,
  :device_defender,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end

#shadowString

The unnamed shadow and named shadow.

For more information about shadows, see IoT Device Shadow service.

Returns:

  • (String)


16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16093

class ThingDocument < Struct.new(
  :thing_name,
  :thing_id,
  :thing_type_name,
  :thing_group_names,
  :attributes,
  :shadow,
  :device_defender,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_namesArray<String>

Thing group and billing group names.

Returns:

  • (Array<String>)


16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16093

class ThingDocument < Struct.new(
  :thing_name,
  :thing_id,
  :thing_type_name,
  :thing_group_names,
  :attributes,
  :shadow,
  :device_defender,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end

#thing_idString

The thing ID.

Returns:

  • (String)


16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16093

class ThingDocument < Struct.new(
  :thing_name,
  :thing_id,
  :thing_type_name,
  :thing_group_names,
  :attributes,
  :shadow,
  :device_defender,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The thing name.

Returns:

  • (String)


16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16093

class ThingDocument < Struct.new(
  :thing_name,
  :thing_id,
  :thing_type_name,
  :thing_group_names,
  :attributes,
  :shadow,
  :device_defender,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end

#thing_type_nameString

The thing type name.

Returns:

  • (String)


16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16093

class ThingDocument < Struct.new(
  :thing_name,
  :thing_id,
  :thing_type_name,
  :thing_group_names,
  :attributes,
  :shadow,
  :device_defender,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end