The output of the DescribeMetricCollectionTypes action.

Namespace: Amazon.AutoScaling.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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>[]()[][])
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

Inheritance Hierarchy

System..::..Object
  Amazon.AutoScaling.Model..::..DescribeMetricCollectionTypesResult

See Also