class
Amazonite::CloudWatch::ListMetricsOutput
- Amazonite::CloudWatch::ListMetricsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/list_metrics_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(metrics : Array(Metric) | Nil = nil, next_token : String | Nil = nil, owning_accounts : Array(String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#metrics : Array(Metric) | Nil
The metrics that match your request.
-
#metrics=(metrics : Array(Metric) | Nil)
The metrics that match your request.
-
#next_token : String | Nil
The token that marks the start of the next batch of returned results.
-
#next_token=(next_token : String | Nil)
The token that marks the start of the next batch of returned results.
-
#owning_accounts : Array(String) | Nil
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.
-
#owning_accounts=(owning_accounts : Array(String) | Nil)
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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The token that marks the start of the next batch of returned results.
The token that marks the start of the next batch of returned results.
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.
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.