Class: Aws::CostExplorer::Types::UpdateAnomalyMonitorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateAnomalyMonitorResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_arn ⇒ String
A cost anomaly monitor ARN.
Instance Attribute Details
#monitor_arn ⇒ String
A cost anomaly monitor ARN.
6625 6626 6627 6628 6629 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6625 class UpdateAnomalyMonitorResponse < Struct.new( :monitor_arn) SENSITIVE = [] include Aws::Structure end |