Class: Aws::CostExplorer::Types::UpdateAnomalySubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateAnomalySubscriptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_arn ⇒ String
A cost anomaly subscription ARN.
Instance Attribute Details
#subscription_arn ⇒ String
A cost anomaly subscription ARN.
7267 7268 7269 7270 7271 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7267 class UpdateAnomalySubscriptionResponse < Struct.new( :subscription_arn) SENSITIVE = [] include Aws::Structure end |