DeviceShadowEnrichActivity
public struct DeviceShadowEnrichActivity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the attribute that is added to the message.
Declaration
Swift
public let attribute: String -
The name of the ‘deviceShadowEnrich’ activity.
Declaration
Swift
public let name: String -
The next activity in the pipeline.
Declaration
Swift
public let next: String? -
The ARN of the role that allows access to the device’s shadow.
Declaration
Swift
public let roleArn: String -
The name of the IoT device whose shadow information is added to the message.
Declaration
Swift
public let thingName: String -
Undocumented
Declaration
Swift
public init(attribute: String, name: String, next: String? = nil, roleArn: String, thingName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeviceShadowEnrichActivity Structure Reference