AWSEC2LaunchTemplatesMonitoring

Objective-C

@interface AWSEC2LaunchTemplatesMonitoring

Swift

class AWSEC2LaunchTemplatesMonitoring

Describes the monitoring for the instance.

  • Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }