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