Class: Aws::CloudWatch::Types::ListMetricsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ListMetricsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metrics ⇒ Array<Types::Metric>
The metrics that match your request.
-
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
-
#owning_accounts ⇒ Array<String>
If you are using this operation in a monitoring account, this array contains the account IDs of the source accounts where the metrics in the returned data are from.
Instance Attribute Details
#metrics ⇒ Array<Types::Metric>
The metrics that match your request.
2279 2280 2281 2282 2283 2284 2285 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2279 class ListMetricsOutput < Struct.new( :metrics, :next_token, :owning_accounts) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
2279 2280 2281 2282 2283 2284 2285 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2279 class ListMetricsOutput < Struct.new( :metrics, :next_token, :owning_accounts) SENSITIVE = [] include Aws::Structure end |
#owning_accounts ⇒ Array<String>
If you are using this operation in a monitoring account, this array contains the account IDs of the source accounts where the metrics in the returned data are from.
This field is a 1:1 mapping between each metric that is returned and the ID of the owning account.
2279 2280 2281 2282 2283 2284 2285 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2279 class ListMetricsOutput < Struct.new( :metrics, :next_token, :owning_accounts) SENSITIVE = [] include Aws::Structure end |