Contains high-level information about the specified stack resource.
 Declaration Syntax
 Declaration Syntax| C# | 
public class StackResourceSummary
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 resource. (For more information, go to  AWS Resource Types Reference
            in the AWS CloudFormation User Guide.)
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLastUpdatedTimestamp(DateTime) | Obsolete. 
            Sets the LastUpdatedTimestamp property
             | 
|  | WithLogicalResourceId(String) | Obsolete. 
            Sets the LogicalResourceId property
             | 
|  | WithPhysicalResourceId(String) | Obsolete. 
            Sets the PhysicalResourceId property
             | 
|  | WithResourceStatus(String) | Obsolete. 
            Sets the ResourceStatus property
             | 
|  | WithResourceStatusReason(String) | Obsolete. 
            Sets the ResourceStatusReason property
             | 
|  | WithResourceType(String) | Obsolete. 
            Sets the ResourceType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | StackResourceSummary |