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

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

Overview

Thing group metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The UNIX timestamp of when the thing group was created.

Returns:

  • (Time)


14825
14826
14827
14828
14829
14830
14831
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14825

class ThingGroupMetadata < Struct.new(
  :parent_group_name,
  :root_to_parent_thing_groups,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#parent_group_nameString

The parent thing group name.

Returns:

  • (String)


14825
14826
14827
14828
14829
14830
14831
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14825

class ThingGroupMetadata < Struct.new(
  :parent_group_name,
  :root_to_parent_thing_groups,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#root_to_parent_thing_groupsArray<Types::GroupNameAndArn>

The root parent thing group.

Returns:



14825
14826
14827
14828
14829
14830
14831
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14825

class ThingGroupMetadata < Struct.new(
  :parent_group_name,
  :root_to_parent_thing_groups,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end