Class: Aws::Types::CreateThingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateThingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parent_group_name ⇒ ::String
Returns the value of attribute parent_group_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
-
#thing_group_properties ⇒ Types::ThingGroupProperties
Returns the value of attribute thing_group_properties.
Instance Attribute Details
#parent_group_name ⇒ ::String
Returns the value of attribute parent_group_name.
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.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def @tags end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def thing_group_name @thing_group_name end |
#thing_group_properties ⇒ Types::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 |