AWS SDK for .NET Documentation
DescribeMetricCollectionTypesResult Class
AmazonAmazon.AutoScaling.ModelDescribeMetricCollectionTypesResult Did this page help you?   Yes   No    Tell us about it...

The output of the DescribeMetricCollectionTypes action.

Declaration Syntax
C#
public class DescribeMetricCollectionTypesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeMetricCollectionTypesResult()()()()
Initializes a new instance of the DescribeMetricCollectionTypesResult class

Equals(Object)
Determines whether the specified Object is equal to the current 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:
  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupTerminatingInstances
  • GroupTotalInstances

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithGranularities(array<MetricGranularityType>[]()[][]) Obsolete.
Adds elements to the Granularities collection

WithGranularities(IEnumerable<(Of <<'(MetricGranularityType>)>>)) Obsolete.
Adds elements to the Granularities collection

WithMetrics(array<MetricCollectionType>[]()[][]) Obsolete.
Adds elements to the Metrics collection

WithMetrics(IEnumerable<(Of <<'(MetricCollectionType>)>>)) Obsolete.
Adds elements to the Metrics collection

Inheritance Hierarchy
Object
DescribeMetricCollectionTypesResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)