Class: Aws::Types::ThingGroupDocument

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


4783
4784
4785
# File 'sig/types.rbs', line 4783

def attributes
  @attributes
end

#parent_group_names::Array[::String]

Returns the value of attribute parent_group_names.

Returns:

  • (::Array[::String])


4784
4785
4786
# File 'sig/types.rbs', line 4784

def parent_group_names
  @parent_group_names
end

#thing_group_description::String

Returns the value of attribute thing_group_description.

Returns:

  • (::String)


4782
4783
4784
# File 'sig/types.rbs', line 4782

def thing_group_description
  @thing_group_description
end

#thing_group_id::String

Returns the value of attribute thing_group_id.

Returns:

  • (::String)


4781
4782
4783
# File 'sig/types.rbs', line 4781

def thing_group_id
  @thing_group_id
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


4780
4781
4782
# File 'sig/types.rbs', line 4780

def thing_group_name
  @thing_group_name
end