Class: Aws::CostExplorer::Types::GetAnomalySubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetAnomalySubscriptionsResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_subscriptions ⇒ Array<Types::AnomalySubscription>
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
-
#next_page_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#anomaly_subscriptions ⇒ Array<Types::AnomalySubscription>
A list of cost anomaly subscriptions that includes the detailed metadata for each one.
1911 1912 1913 1914 1915 1916 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1911 class GetAnomalySubscriptionsResponse < Struct.new( :anomaly_subscriptions, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.
1911 1912 1913 1914 1915 1916 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1911 class GetAnomalySubscriptionsResponse < Struct.new( :anomaly_subscriptions, :next_page_token) SENSITIVE = [] include Aws::Structure end |