AWSEC2InstanceStateChange
Objective-C
@interface AWSEC2InstanceStateChange
Swift
class AWSEC2InstanceStateChange
Describes an instance state change.
-
The current state of the instance.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2InstanceState *_Nullable currentState;
Swift
var currentState: AWSEC2InstanceState? { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
The previous state of the instance.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2InstanceState *_Nullable previousState;
Swift
var previousState: AWSEC2InstanceState? { get set }