Class: Aws::IoT::Types::ThingGroupMetadata

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

Overview

Thing group metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The UNIX timestamp of when the thing group was created.



10091
10092
10093
10094
10095
10096
# File 'lib/aws-sdk-iot/types.rb', line 10091

class  < Struct.new(
  :parent_group_name,
  :root_to_parent_thing_groups,
  :creation_date)
  include Aws::Structure
end

#parent_group_nameString

The parent thing group name.



10091
10092
10093
10094
10095
10096
# File 'lib/aws-sdk-iot/types.rb', line 10091

class  < Struct.new(
  :parent_group_name,
  :root_to_parent_thing_groups,
  :creation_date)
  include Aws::Structure
end

#root_to_parent_thing_groupsArray<Types::GroupNameAndArn>

The root parent thing group.



10091
10092
10093
10094
10095
10096
# File 'lib/aws-sdk-iot/types.rb', line 10091

class  < Struct.new(
  :parent_group_name,
  :root_to_parent_thing_groups,
  :creation_date)
  include Aws::Structure
end