Class: Aws::Types::ThingGroupMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


4798
4799
4800
# File 'sig/types.rbs', line 4798

def creation_date
  @creation_date
end

#parent_group_name::String

Returns the value of attribute parent_group_name.

Returns:

  • (::String)


4796
4797
4798
# File 'sig/types.rbs', line 4796

def parent_group_name
  @parent_group_name
end

#root_to_parent_thing_groups::Array[Types::GroupNameAndArn]

Returns the value of attribute root_to_parent_thing_groups.

Returns:



4797
4798
4799
# File 'sig/types.rbs', line 4797

def root_to_parent_thing_groups
  @root_to_parent_thing_groups
end