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 call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.ComplianceExecutionSummary

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

Syntax

C#
public class ComplianceExecutionSummary

The ComplianceExecutionSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ExecutionId System.String

Gets and sets the property ExecutionId.

An ID created by the system when PutComplianceItems was called. For example, CommandID is a valid execution ID. You can use this ID in subsequent calls.

Public Property ExecutionTime System.DateTime

Gets and sets the property ExecutionTime.

The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

Public Property ExecutionType System.String

Gets and sets the property ExecutionType.

The type of execution. For example, Command is a valid execution type.

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