Class: Aws::CostExplorer::Types::GetAnomaliesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetAnomaliesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomalies ⇒ Array<Types::Anomaly>
A list of cost anomalies.
-
#next_page_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#anomalies ⇒ Array<Types::Anomaly>
A list of cost anomalies.
2042 2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2042 class GetAnomaliesResponse < Struct.new( :anomalies, :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.
2042 2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2042 class GetAnomaliesResponse < Struct.new( :anomalies, :next_page_token) SENSITIVE = [] include Aws::Structure end |