Class: Aws::CostExplorer::Types::GetAnomalySubscriptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetAnomalySubscriptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of entries a paginated response contains.
-
#monitor_arn ⇒ String
Cost anomaly monitor ARNs.
-
#next_page_token ⇒ String
The token to retrieve the next set of results.
-
#subscription_arn_list ⇒ Array<String>
A list of cost anomaly subscription ARNs.
Instance Attribute Details
#max_results ⇒ Integer
The number of entries a paginated response contains.
2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2113 class GetAnomalySubscriptionsRequest < Struct.new( :subscription_arn_list, :monitor_arn, :next_page_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#monitor_arn ⇒ String
Cost anomaly monitor ARNs.
2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2113 class GetAnomalySubscriptionsRequest < Struct.new( :subscription_arn_list, :monitor_arn, :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.
2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2113 class GetAnomalySubscriptionsRequest < Struct.new( :subscription_arn_list, :monitor_arn, :next_page_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#subscription_arn_list ⇒ Array<String>
A list of cost anomaly subscription ARNs.
2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2113 class GetAnomalySubscriptionsRequest < Struct.new( :subscription_arn_list, :monitor_arn, :next_page_token, :max_results) SENSITIVE = [] include Aws::Structure end |