class Aws::CostExplorer::Types::UpdateAnomalySubscriptionRequest
@note When making an API call, you may pass UpdateAnomalySubscriptionRequest
data as a hash: { subscription_arn: "GenericString", # required threshold: 1.0, frequency: "DAILY", # accepts DAILY, IMMEDIATE, WEEKLY monitor_arn_list: ["Arn"], subscribers: [ { address: "SubscriberAddress", type: "EMAIL", # accepts EMAIL, SNS status: "CONFIRMED", # accepts CONFIRMED, DECLINED }, ], subscription_name: "GenericString", }
@!attribute [rw] subscription_arn
A cost anomaly subscription Amazon Resource Name (ARN). @return [String]
@!attribute [rw] threshold
The update to the threshold value for receiving notifications. @return [Float]
@!attribute [rw] frequency
The update to the frequency value that subscribers receive notifications. @return [String]
@!attribute [rw] monitor_arn_list
A list of cost anomaly monitor ARNs. @return [Array<String>]
@!attribute [rw] subscribers
The update to the subscriber list. @return [Array<Types::Subscriber>]
@!attribute [rw] subscription_name
The new name of the subscription. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateAnomalySubscriptionRequest AWS API Documentation
Constants
- SENSITIVE