AWSIoTShadowOperationType
Objective-C
NS_ENUM(NSInteger, AWSIoTShadowOperationType) {
    //
    // NOTE: the first 4 values in this enum may not be re-ordered.
    // It must align with the same order in AWSIoTShadowOperationTypeStrings
    // An internal array in the implementation depends on their
    // values and order.
    //
    AWSIoTShadowOperationTypeUpdate,
    AWSIoTShadowOperationTypeGet,
    AWSIoTShadowOperationTypeDelete,
    AWSIoTShadowOperationTypeCount,       // Internal class use only
    AWSIoTShadowOperationTypeNone         // Internal class use only
}Swift
enum AWSIoTShadowOperationType : Int, @unchecked SendableUndocumented
- 
                  
                  Undocumented DeclarationObjective-C AWSIoTShadowOperationTypeUpdateSwift case update = 0
- 
                  
                  Undocumented DeclarationObjective-C AWSIoTShadowOperationTypeGetSwift case get = 1
- 
                  
                  Undocumented DeclarationObjective-C AWSIoTShadowOperationTypeDeleteSwift case delete = 2
- 
                  
                  Undocumented DeclarationObjective-C AWSIoTShadowOperationTypeCountSwift case count = 3
- 
                  
                  Undocumented DeclarationObjective-C AWSIoTShadowOperationTypeNoneSwift case none = 4
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTShadowOperationType Enumeration Reference
        AWSIoTShadowOperationType Enumeration Reference