Class: Aws::IoT::Types::ThingGroupMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThingGroupMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Thing group metadata.
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The UNIX timestamp of when the thing group was created.
-
#parent_group_name ⇒ String
The parent thing group name.
-
#root_to_parent_thing_groups ⇒ Array<Types::GroupNameAndArn>
The root parent thing group.
Instance Attribute Details
#creation_date ⇒ Time
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 ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) include Aws::Structure end |
#parent_group_name ⇒ String
The parent thing group name.
10091 10092 10093 10094 10095 10096 |
# File 'lib/aws-sdk-iot/types.rb', line 10091 class ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) include Aws::Structure end |
#root_to_parent_thing_groups ⇒ Array<Types::GroupNameAndArn>
The root parent thing group.
10091 10092 10093 10094 10095 10096 |
# File 'lib/aws-sdk-iot/types.rb', line 10091 class ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) include Aws::Structure end |