AWSIoTPutItemInput
Objective-C
@interface AWSIoTPutItemInput
Swift
class AWSIoTPutItemInput
The input for the DynamoActionVS action that specifies the DynamoDB table to which the message data will be written.
Required parameters: [tableName]
-
The table where the message data will be written.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }