Class: Aws::CostExplorer::Types::GetAnomalyMonitorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetAnomalyMonitorsResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_monitors ⇒ Array<Types::AnomalyMonitor>
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
-
#next_page_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#anomaly_monitors ⇒ Array<Types::AnomalyMonitor>
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1985 class GetAnomalyMonitorsResponse < Struct.new( :anomaly_monitors, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1985 class GetAnomalyMonitorsResponse < Struct.new( :anomaly_monitors, :next_page_token) SENSITIVE = [] include Aws::Structure end |