AWSEC2InstanceMonitoring
Objective-C
@interface AWSEC2InstanceMonitoring
Swift
class AWSEC2InstanceMonitoring
Describes the monitoring of an instance.
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;Swift
var instanceId: String? { get set } -
The monitoring for the instance.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2Monitoring *_Nullable monitoring;Swift
var monitoring: AWSEC2Monitoring? { get set }
View on GitHub
Install in Dash
AWSEC2InstanceMonitoring Class Reference