AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the GetHookResult operation.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class GetHookResultResponse : AmazonWebServiceResponse
The GetHookResultResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
GetHookResultResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
Annotations | System.Collections.Generic.List<Amazon.CloudFormation.Model.Annotation> |
Gets and sets the property Annotations. A list of objects with additional information and guidance that can help you resolve a failed Hook invocation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
FailureMode | Amazon.CloudFormation.HookFailureMode |
Gets and sets the property FailureMode. The failure mode of the invocation. |
|
HookResultId | System.String |
Gets and sets the property HookResultId. The unique identifier of the Hook result. |
|
HookStatusReason | System.String |
Gets and sets the property HookStatusReason. A message that provides additional details about the Hook invocation status. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
InvocationPoint | Amazon.CloudFormation.HookInvocationPoint |
Gets and sets the property InvocationPoint. The specific point in the provisioning process where the Hook is invoked. |
|
InvokedAt | System.Nullable<System.DateTime> |
Gets and sets the property InvokedAt. The timestamp when the Hook was invoked. |
|
OriginalTypeName | System.String |
Gets and sets the property OriginalTypeName. The original public type name of the Hook when an alias is used.
For example, if you activate |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
Status | Amazon.CloudFormation.HookStatus |
Gets and sets the property Status. The status of the Hook invocation. The following statuses are possible:
|
|
Target | Amazon.CloudFormation.Model.HookTarget |
Gets and sets the property Target. Information about the target of the Hook invocation. |
|
TypeArn | System.String |
Gets and sets the property TypeArn. The Amazon Resource Name (ARN) of the Hook. |
|
TypeConfigurationVersionId | System.String |
Gets and sets the property TypeConfigurationVersionId. The version identifier of the Hook configuration data that was used during invocation. |
|
TypeName | System.String |
Gets and sets the property TypeName. The name of the Hook that was invoked. |
|
TypeVersionId | System.String |
Gets and sets the property TypeVersionId. The version identifier of the Hook that was invoked. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer