The StackSummary Data Type
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 |
| Member | Description | |
|---|---|---|
| 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) | (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: | |
| StackStatusReason |
Success/Failure message associated with the stack status.
| |
| TemplateDescription |
The template description of the template used to create the stack.
| |
| ToString()()()() | (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
|