Class: Aws::CostExplorer::Types::CreateAnomalySubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CreateAnomalySubscriptionResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_arn ⇒ String
The unique identifier of your newly created cost anomaly subscription.
Instance Attribute Details
#subscription_arn ⇒ String
The unique identifier of your newly created cost anomaly subscription.
989 990 991 992 993 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 989 class CreateAnomalySubscriptionResponse < Struct.new( :subscription_arn) SENSITIVE = [] include Aws::Structure end |