Class: Aws::CostExplorer::Types::GetAnomalySubscriptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetAnomalySubscriptionsRequest
- Defined in:
- gems/aws-sdk-costexplorer/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.
2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-costexplorer/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_arn ⇒ String
Cost anomaly monitor ARNs.
2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-costexplorer/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_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.
2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-costexplorer/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_list ⇒ Array<String>
A list of cost anomaly subscription ARNs.
2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-costexplorer/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 |