Class: Aws::CostExplorer::Types::CreateAnomalyMonitorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CreateAnomalyMonitorResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_arn ⇒ String
The unique identifier of your newly created cost anomaly detection monitor.
Instance Attribute Details
#monitor_arn ⇒ String
The unique identifier of your newly created cost anomaly detection monitor.
931 932 933 934 935 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 931 class CreateAnomalyMonitorResponse < Struct.new( :monitor_arn) SENSITIVE = [] include Aws::Structure end |