The output of the DescribeMetricCollectionTypes action.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeMetricCollectionTypesResult
Public Class DescribeMetricCollectionTypesResult
public ref class DescribeMetricCollectionTypesResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeMetricCollectionTypesResult()()()() | Initializes a new instance of the DescribeMetricCollectionTypesResult class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Granularities |
A list of Granularities for the listed Metrics.
| |
| Metrics |
The list of Metrics collected.The following metrics are supported:
| |
| ToString()()()() | (Inherited from Object.) | |
| WithGranularities(array<MetricGranularityType>[]()[][]) |
Adds elements to the Granularities collection
| |
| WithGranularities(IEnumerable<(Of <<'(MetricGranularityType>)>>)) |
Adds elements to the Granularities collection
| |
| WithMetrics(array<MetricCollectionType>[]()[][]) |
Adds elements to the Metrics collection
| |
| WithMetrics(IEnumerable<(Of <<'(MetricCollectionType>)>>)) |
Adds elements to the Metrics collection
|