Summarizes the number of layers, instances, and apps in a stack.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class StackSummary
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | StackSummary()()()() | Initializes a new instance of the StackSummary class | 
|  | AppsCount | 
            Gets and sets the property AppsCount. 
             The number of apps. | 
|  | Arn | 
            Gets and sets the property Arn. 
             The stack's ARN. | 
|  | 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.) | 
|  | InstancesCount | 
            Gets and sets the property InstancesCount. 
             
            An  | 
|  | LayersCount | 
            Gets and sets the property LayersCount. 
             The number of layers. | 
|  | Name | 
            Gets and sets the property Name. 
             The stack name. | 
|  | StackId | 
            Gets and sets the property StackId. 
             The stack ID. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAppsCount(Int32) | Obsolete. 
            Sets the AppsCount property
             | 
|  | WithArn(String) | Obsolete. 
            Sets the Arn property
             | 
|  | WithInstancesCount(InstancesCount) | Obsolete. 
            Sets the InstancesCount property
             | 
|  | WithLayersCount(Int32) | Obsolete. 
            Sets the LayersCount property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithStackId(String) | Obsolete. 
            Sets the StackId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | StackSummary | 
 Copy
Copy