Class: Aws::CostExplorer::Types::UpdateAnomalyMonitorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateAnomalyMonitorResponse
- Includes:
- Structure
- Defined in:
- 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.
7697 7698 7699 7700 7701 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7697 class UpdateAnomalyMonitorResponse < Struct.new( :monitor_arn) SENSITIVE = [] include Aws::Structure end |