Class: Aws::IoT::Types::ThingGroupDocument

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

Overview

The thing group search index document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The thing group attributes.

Returns:

  • (Hash<String,String>)


14763
14764
14765
14766
14767
14768
14769
14770
14771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14763

class ThingGroupDocument < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_description,
  :attributes,
  :parent_group_names)
  SENSITIVE = []
  include Aws::Structure
end

#parent_group_namesArray<String>

Parent group names.

Returns:

  • (Array<String>)


14763
14764
14765
14766
14767
14768
14769
14770
14771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14763

class ThingGroupDocument < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_description,
  :attributes,
  :parent_group_names)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_descriptionString

The thing group description.

Returns:

  • (String)


14763
14764
14765
14766
14767
14768
14769
14770
14771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14763

class ThingGroupDocument < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_description,
  :attributes,
  :parent_group_names)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_idString

The thing group ID.

Returns:

  • (String)


14763
14764
14765
14766
14767
14768
14769
14770
14771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14763

class ThingGroupDocument < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_description,
  :attributes,
  :parent_group_names)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_nameString

The thing group name.

Returns:

  • (String)


14763
14764
14765
14766
14767
14768
14769
14770
14771
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14763

class ThingGroupDocument < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_description,
  :attributes,
  :parent_group_names)
  SENSITIVE = []
  include Aws::Structure
end