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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


14728
14729
14730
14731
14732
14733
14734
14735
14736
14737
14738
14739
# File 'lib/aws-sdk-iot/types.rb', line 14728

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.



14728
14729
14730
14731
14732
14733
14734
14735
14736
14737
14738
14739
# File 'lib/aws-sdk-iot/types.rb', line 14728

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

[1]: docs.aws.amazon.com/iot/latest/developerguide/device-defender.html

Returns:

  • (String)


14728
14729
14730
14731
14732
14733
14734
14735
14736
14737
14738
14739
# File 'lib/aws-sdk-iot/types.rb', line 14728

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

[1]: docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html

Returns:

  • (String)


14728
14729
14730
14731
14732
14733
14734
14735
14736
14737
14738
14739
# File 'lib/aws-sdk-iot/types.rb', line 14728

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

Returns:

  • (Array<String>)


14728
14729
14730
14731
14732
14733
14734
14735
14736
14737
14738
14739
# File 'lib/aws-sdk-iot/types.rb', line 14728

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)


14728
14729
14730
14731
14732
14733
14734
14735
14736
14737
14738
14739
# File 'lib/aws-sdk-iot/types.rb', line 14728

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)


14728
14729
14730
14731
14732
14733
14734
14735
14736
14737
14738
14739
# File 'lib/aws-sdk-iot/types.rb', line 14728

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)


14728
14729
14730
14731
14732
14733
14734
14735
14736
14737
14738
14739
# File 'lib/aws-sdk-iot/types.rb', line 14728

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