AWS SDK for .NET Documentation
StackSummary Class
AmazonAmazon.CloudFormation.ModelStackSummary Did this page help you?   Yes   No    Tell us about it...

The StackSummary Data Type

Declaration Syntax
C#
public class StackSummary
Members
All MembersConstructorsMethodsProperties



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

CreationTime
The time the stack was created.

DeletionTime
The time the stack was deleted.

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.)
LastUpdatedTime
The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

StackId
Unique stack identifier.

StackName
The name associated with the stack.

StackStatus
The current status of the stack.

Constraints:

Allowed Values
CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE


StackStatusReason
Success/Failure message associated with the stack status.

TemplateDescription
The template description of the template used to create the stack.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCreationTime(DateTime) Obsolete.
Sets the CreationTime property

WithDeletionTime(DateTime) Obsolete.
Sets the DeletionTime property

WithLastUpdatedTime(DateTime) Obsolete.
Sets the LastUpdatedTime property

WithStackId(String) Obsolete.
Sets the StackId property

WithStackName(String) Obsolete.
Sets the StackName property

WithStackStatus(String) Obsolete.
Sets the StackStatus property

WithStackStatusReason(String) Obsolete.
Sets the StackStatusReason property

WithTemplateDescription(String) Obsolete.
Sets the TemplateDescription property

Inheritance Hierarchy
Object
StackSummary

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