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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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.

Returns:

  • (String)


1317
1318
1319
1320
1321
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1317

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