AWSEC2DisableAwsNetworkPerformanceMetricSubscriptionRequest
Objective-C
@interface AWSEC2DisableAwsNetworkPerformanceMetricSubscriptionRequest
Swift
class AWSEC2DisableAwsNetworkPerformanceMetricSubscriptionRequest
-
The target Region or Availability Zone that the metric subscription is disabled for. For example,
eu-north-1
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destination;
Swift
var destination: String? { get set }
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The metric used for the disabled subscription.
Declaration
Objective-C
@property (nonatomic) AWSEC2MetricType metric;
Swift
var metric: AWSEC2MetricType { get set }
-
The source Region or Availability Zone that the metric subscription is disabled for. For example,
us-east-1
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable source;
Swift
var source: String? { get set }
-
The statistic used for the disabled subscription.
Declaration
Objective-C
@property (nonatomic) AWSEC2StatisticType statistic;
Swift
var statistic: AWSEC2StatisticType { get set }