AWS SDK Version 3 for .NET
API Reference

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.

A summary of the resource scan. This is returned by the ListResourceScan API action.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.ResourceScanSummary

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class ResourceScanSummary

The ResourceScanSummary type exposes the following members

Constructors

NameDescription
Public Method ResourceScanSummary()

Properties

NameTypeDescription
Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time that the resource scan was finished.

Public Property PercentageCompleted System.Double

Gets and sets the property PercentageCompleted.

The percentage of the resource scan that has been completed.

Public Property ResourceScanId System.String

Gets and sets the property ResourceScanId.

The Amazon Resource Name (ARN) of the resource scan.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time that the resource scan was started.

Public Property Status Amazon.CloudFormation.ResourceScanStatus

Gets and sets the property Status.

Status of the resource scan.

INPROGRESS

The resource scan is still in progress.

COMPLETE

The resource scan is complete.

EXPIRED

The resource scan has expired.

FAILED

The resource scan has failed.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

The reason for the resource scan status, providing more information if a failure happened.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5