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)


6769
6770
6771
6772
6773
# File 'lib/aws-sdk-costexplorer/types.rb', line 6769

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