Class: Aws::CostExplorer::Types::GetAnomalyMonitorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetAnomalyMonitorsRequest
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of entries that a paginated response contains.
-
#monitor_arn_list ⇒ Array<String>
A list of cost anomaly monitor ARNs.
-
#next_page_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The number of entries that a paginated response contains.
2073 2074 2075 2076 2077 2078 2079 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2073 class GetAnomalyMonitorsRequest < Struct.new( :monitor_arn_list, :next_page_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#monitor_arn_list ⇒ Array<String>
A list of cost anomaly monitor ARNs.
2073 2074 2075 2076 2077 2078 2079 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2073 class GetAnomalyMonitorsRequest < Struct.new( :monitor_arn_list, :next_page_token, :max_results) 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.
2073 2074 2075 2076 2077 2078 2079 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2073 class GetAnomalyMonitorsRequest < Struct.new( :monitor_arn_list, :next_page_token, :max_results) SENSITIVE = [] include Aws::Structure end |