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.
Constant Summary collapse
- SENSITIVE =
[]
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.
15468 15469 15470 15471 15472 15473 15474 |
# File 'lib/aws-sdk-iot/types.rb', line 15468 class ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) SENSITIVE = [] include Aws::Structure end |
#parent_group_name ⇒ String
The parent thing group name.
15468 15469 15470 15471 15472 15473 15474 |
# File 'lib/aws-sdk-iot/types.rb', line 15468 class ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) SENSITIVE = [] include Aws::Structure end |
#root_to_parent_thing_groups ⇒ Array<Types::GroupNameAndArn>
The root parent thing group.
15468 15469 15470 15471 15472 15473 15474 |
# File 'lib/aws-sdk-iot/types.rb', line 15468 class ThingGroupMetadata < Struct.new( :parent_group_name, :root_to_parent_thing_groups, :creation_date) SENSITIVE = [] include Aws::Structure end |