Class: Aws::CostExplorer::Types::GetAnomalyMonitorsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_monitorsArray<Types::AnomalyMonitor>

A list of cost anomaly monitors that includes the detailed metadata for each monitor.

Returns:



2075
2076
2077
2078
2079
2080
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2075

class GetAnomalyMonitorsResponse < Struct.new(
  :anomaly_monitors,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

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.

Returns:

  • (String)


2075
2076
2077
2078
2079
2080
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2075

class GetAnomalyMonitorsResponse < Struct.new(
  :anomaly_monitors,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end