Class: Aws::CostExplorer::Types::GetAnomalySubscriptionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_subscriptionsArray<Types::AnomalySubscription>

A list of cost anomaly subscriptions that includes the detailed metadata for each one.

Returns:



2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-costexplorer/types.rb', line 2124

class GetAnomalySubscriptionsResponse < Struct.new(
  :anomaly_subscriptions,
  :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)


2124
2125
2126
2127
2128
2129
# File 'lib/aws-sdk-costexplorer/types.rb', line 2124

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