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

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

A cost anomaly subscription ARN.

Returns:

  • (String)


7231
7232
7233
7234
7235
# File 'lib/aws-sdk-costexplorer/types.rb', line 7231

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