Class: Aws::CostExplorer::Types::CreateAnomalySubscriptionResponse

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 your newly created cost anomaly subscription.

Returns:

  • (String)


1079
1080
1081
1082
1083
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1079

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