parent
5c4b68c5ea
commit
1037929bf8
2 changed files with 8 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ class FakeThingType(BaseModel):
|
|||
"thingTypeId": self.thing_type_id,
|
||||
"thingTypeProperties": self.thing_type_properties,
|
||||
"thingTypeMetadata": self.metadata,
|
||||
"thingTypeArn": self.arn,
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -125,6 +126,7 @@ class FakeThingGroup(BaseModel):
|
|||
"version": self.version,
|
||||
"thingGroupProperties": self.thing_group_properties,
|
||||
"thingGroupMetadata": self.metadata,
|
||||
"thingGroupArn": self.arn,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue