ThingDocument
public struct ThingDocument : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attributes.
Declaration
Swift
public let attributes: [String : String]? -
Indicates whether the thing is connected to the AWS IoT service.
Declaration
Swift
public let connectivity: ThingConnectivity? -
The shadow.
Declaration
Swift
public let shadow: String? -
Thing group names.
Declaration
Swift
public let thingGroupNames: [String]? -
The thing ID.
Declaration
Swift
public let thingId: String? -
The thing name.
Declaration
Swift
public let thingName: String? -
The thing type name.
Declaration
Swift
public let thingTypeName: String? -
Undocumented
Declaration
Swift
public init(attributes: [String : String]? = nil, connectivity: ThingConnectivity? = nil, shadow: String? = nil, thingGroupNames: [String]? = nil, thingId: String? = nil, thingName: String? = nil, thingTypeName: String? = nil)
View on GitHub
ThingDocument Structure Reference