Class: Aws::CostExplorer::Types::GetAnomalyMonitorsRequest

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

#max_resultsInteger

The number of entries that a paginated response contains.

Returns:

  • (Integer)


2054
2055
2056
2057
2058
2059
2060
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2054

class GetAnomalyMonitorsRequest < Struct.new(
  :monitor_arn_list,
  :next_page_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_arn_listArray<String>

A list of cost anomaly monitor ARNs.

Returns:

  • (Array<String>)


2054
2055
2056
2057
2058
2059
2060
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2054

class GetAnomalyMonitorsRequest < Struct.new(
  :monitor_arn_list,
  :next_page_token,
  :max_results)
  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)


2054
2055
2056
2057
2058
2059
2060
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2054

class GetAnomalyMonitorsRequest < Struct.new(
  :monitor_arn_list,
  :next_page_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end