Class: Aws::CostExplorer::Types::DeleteAnomalyMonitorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DeleteAnomalyMonitorRequest
- 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 the cost anomaly monitor that you want to delete.
Instance Attribute Details
#monitor_arn ⇒ String
The unique identifier of the cost anomaly monitor that you want to delete.
1300 1301 1302 1303 1304 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1300 class DeleteAnomalyMonitorRequest < Struct.new( :monitor_arn) SENSITIVE = [] include Aws::Structure end |