AWS SDK for .NET Documentation
StackSummary Class
AmazonAmazon.OpsWorks.ModelStackSummary Did this page help you?   Yes   No    Tell us about it...
Summarizes the number of layers, instances, and apps in a stack.
Declaration Syntax
C#
public class StackSummary
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
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.)
InstancesCount
Gets and sets the property InstancesCount.

An

CopyC#
InstancesCount
object with the number of instances in each status.


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
Object
StackSummary

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