Class: Aws::CostExplorer::Types::DeleteAnomalySubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DeleteAnomalySubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_arn ⇒ String
The unique identifier of the cost anomaly subscription that you want to delete.
Instance Attribute Details
#subscription_arn ⇒ String
The unique identifier of the cost anomaly subscription that you want to delete.
1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1398 class DeleteAnomalySubscriptionRequest < Struct.new( :subscription_arn) SENSITIVE = [] include Aws::Structure end |