Class: Aws::Types::CreateThingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateThingGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
-
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
Instance Attribute Details
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def thing_group_arn @thing_group_arn end |
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def thing_group_id @thing_group_id end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def thing_group_name @thing_group_name end |