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.

This is the response object from the GetImport operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudTrail.Model.GetImportResponse

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

Syntax

C#
public class GetImportResponse : AmazonWebServiceResponse

The GetImportResponse type exposes the following members

Constructors

NameDescription
Public Method GetImportResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The timestamp of the import's creation.

Public Property Destinations System.Collections.Generic.List<System.String>

Gets and sets the property Destinations.

The ARN of the destination event data store.

Public Property EndEventTime System.DateTime

Gets and sets the property EndEventTime.

Used with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ImportId System.String

Gets and sets the property ImportId.

The ID of the import.

Public Property ImportSource Amazon.CloudTrail.Model.ImportSource

Gets and sets the property ImportSource.

The source S3 bucket.

Public Property ImportStatistics Amazon.CloudTrail.Model.ImportStatistics

Gets and sets the property ImportStatistics.

Provides statistics for the import. CloudTrail does not update import statistics in real-time. Returned values for parameters such as EventsCompleted may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.

Public Property ImportStatus Amazon.CloudTrail.ImportStatus

Gets and sets the property ImportStatus.

The status of the import.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StartEventTime System.DateTime

Gets and sets the property StartEventTime.

Used with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The timestamp of when the import was updated.

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