Class: Aws::CostExplorer::Types::UpdateAnomalySubscriptionResponse

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

A cost anomaly subscription ARN.

Returns:

  • (String)


7226
7227
7228
7229
7230
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7226

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