CreateThingGroupResponse
public struct CreateThingGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The thing group ARN.
Declaration
Swift
public let thingGroupArn: String? -
The thing group ID.
Declaration
Swift
public let thingGroupId: String? -
The thing group name.
Declaration
Swift
public let thingGroupName: String? -
Undocumented
Declaration
Swift
public init(thingGroupArn: String? = nil, thingGroupId: String? = nil, thingGroupName: String? = nil)
View on GitHub
CreateThingGroupResponse Structure Reference