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.

Contains details about the policy generation request.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.JobDetails

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

Syntax

C#
public class JobDetails

The JobDetails type exposes the following members

Constructors

NameDescription
Public Method JobDetails()

Properties

NameTypeDescription
Public Property CompletedOn System.DateTime

Gets and sets the property CompletedOn.

A timestamp of when the job was completed.

Public Property JobError Amazon.AccessAnalyzer.Model.JobError

Gets and sets the property JobError.

The job error for the policy generation request.

Public Property JobId System.String

Gets and sets the property JobId.

The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.

Public Property StartedOn System.DateTime

Gets and sets the property StartedOn.

A timestamp of when the job was started.

Public Property Status Amazon.AccessAnalyzer.JobStatus

Gets and sets the property Status.

The status of the job request.

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