Class: Aws::CostExplorer::Types::GetAnomalySubscriptionsRequest

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

#max_resultsInteger

The number of entries a paginated response contains.

Returns:

  • (Integer)


2102
2103
2104
2105
2106
2107
2108
2109
# File 'lib/aws-sdk-costexplorer/types.rb', line 2102

class GetAnomalySubscriptionsRequest < Struct.new(
  :subscription_arn_list,
  :monitor_arn,
  :next_page_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_arnString

Cost anomaly monitor ARNs.

Returns:

  • (String)


2102
2103
2104
2105
2106
2107
2108
2109
# File 'lib/aws-sdk-costexplorer/types.rb', line 2102

class GetAnomalySubscriptionsRequest < Struct.new(
  :subscription_arn_list,
  :monitor_arn,
  :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)


2102
2103
2104
2105
2106
2107
2108
2109
# File 'lib/aws-sdk-costexplorer/types.rb', line 2102

class GetAnomalySubscriptionsRequest < Struct.new(
  :subscription_arn_list,
  :monitor_arn,
  :next_page_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_arn_listArray<String>

A list of cost anomaly subscription ARNs.

Returns:

  • (Array<String>)


2102
2103
2104
2105
2106
2107
2108
2109
# File 'lib/aws-sdk-costexplorer/types.rb', line 2102

class GetAnomalySubscriptionsRequest < Struct.new(
  :subscription_arn_list,
  :monitor_arn,
  :next_page_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end