Contains high-level information about the specified stack resource.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class StackResourceSummary
Public Class StackResourceSummary
public ref class StackResourceSummary
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| StackResourceSummary()()()() | Initializes a new instance of the StackResourceSummary class | |
| 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.) | |
| LastUpdatedTimestamp |
Time the status was updated.
| |
| LogicalResourceId |
The logical name of the resource specified in the template.
| |
| PhysicalResourceId |
The name or unique identifier that corresponds to a physical instance ID of the resource.
| |
| ResourceStatus |
Current status of the resource.
Constraints: | |
| ResourceStatusReason |
Success/failure message associated with the resource.
| |
| ResourceType |
Type of the resource. (For more information, go to the AWS
CloudFormation User Guide.)
| |
| ToString()()()() | (Inherited from Object.) | |
| WithLastUpdatedTimestamp(DateTime) |
Sets the LastUpdatedTimestamp property
| |
| WithLogicalResourceId(String) |
Sets the LogicalResourceId property
| |
| WithPhysicalResourceId(String) |
Sets the PhysicalResourceId property
| |
| WithResourceStatus(String) |
Sets the ResourceStatus property
| |
| WithResourceStatusReason(String) |
Sets the ResourceStatusReason property
| |
| WithResourceType(String) |
Sets the ResourceType property
|