Class: Aws::CostExplorer::Types::UpdateAnomalySubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateAnomalySubscriptionResponse
- Defined in:
- gems/aws-sdk-costexplorer/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.
6720 6721 6722 6723 6724 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6720 class UpdateAnomalySubscriptionResponse < Struct.new( :subscription_arn) SENSITIVE = [] include Aws::Structure end |