AWSEC2DisableAwsNetworkPerformanceMetricSubscriptionRequest
Objective-C
@interface AWSEC2DisableAwsNetworkPerformanceMetricSubscriptionRequestSwift
class AWSEC2DisableAwsNetworkPerformanceMetricSubscriptionRequest- 
                  
                  The target Region or Availability Zone that the metric subscription is disabled for. For example, eu-north-1.DeclarationObjective-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.DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable dryRun;Swift var dryRun: NSNumber? { get set }
- 
                  
                  The metric used for the disabled subscription. DeclarationObjective-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.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable source;Swift var source: String? { get set }
- 
                  
                  The statistic used for the disabled subscription. DeclarationObjective-C @property (nonatomic) AWSEC2StatisticType statistic;Swift var statistic: AWSEC2StatisticType { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2DisableAwsNetworkPerformanceMetricSubscriptionRequest Class Reference
        AWSEC2DisableAwsNetworkPerformanceMetricSubscriptionRequest Class Reference