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

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

Overview

Note:

When making an API call, you may pass DeleteAnomalySubscriptionRequest data as a hash:

{
  subscription_arn: "GenericString", # required
}

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)


1165
1166
1167
1168
1169
# File 'lib/aws-sdk-costexplorer/types.rb', line 1165

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