CreateThingResponse
public struct CreateThingResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the new thing.
Declaration
Swift
public let thingArn: String? -
The thing ID.
Declaration
Swift
public let thingId: String? -
The name of the new thing.
Declaration
Swift
public let thingName: String? -
Undocumented
Declaration
Swift
public init(thingArn: String? = nil, thingId: String? = nil, thingName: String? = nil)
View on GitHub
CreateThingResponse Structure Reference