AWSIoTListDetectMitigationActionsExecutionsResponse
Objective-C
@interface AWSIoTListDetectMitigationActionsExecutionsResponse
Swift
class AWSIoTListDetectMitigationActionsExecutionsResponse
-
List of actions executions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTDetectMitigationActionExecution *> *_Nullable actionsExecutions;Swift
var actionsExecutions: [AWSIoTDetectMitigationActionExecution]? { get set } -
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSIoTListDetectMitigationActionsExecutionsResponse Class Reference