Class: Aws::Types::CreateThingGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parent_group_name::String

Returns the value of attribute parent_group_name.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def parent_group_name
  @parent_group_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1212
1213
1214
# File 'sig/types.rbs', line 1212

def tags
  @tags
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def thing_group_name
  @thing_group_name
end

#thing_group_propertiesTypes::ThingGroupProperties

Returns the value of attribute thing_group_properties.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def thing_group_properties
  @thing_group_properties
end