Class: Aws::CostExplorer::Types::DeleteAnomalySubscriptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscription_arnString

The unique identifier of the cost anomaly subscription that you want to delete.



1698
1699
1700
1701
1702
# File 'lib/aws-sdk-costexplorer/types.rb', line 1698

class DeleteAnomalySubscriptionRequest < Struct.new(
  :subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end