The StackSummary Data Type

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class StackSummary
Public Class StackSummary
public ref class StackSummary

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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.
StackId
Unique stack identifier.
StackName
The name associated with the stack.
StackStatus
The status of the stack when it was deleted.

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)
Sets the CreationTime property
WithDeletionTime(DateTime)
Sets the DeletionTime property
WithLastUpdatedTime(DateTime)
Sets the LastUpdatedTime property
WithStackId(String)
Sets the StackId property
WithStackName(String)
Sets the StackName property
WithStackStatus(String)
Sets the StackStatus property
WithStackStatusReason(String)
Sets the StackStatusReason property
WithTemplateDescription(String)
Sets the TemplateDescription property

Inheritance Hierarchy

System..::..Object
  Amazon.CloudFormation.Model..::..StackSummary

See Also