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 StopImport operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class StopImportResponse : AmazonWebServiceResponse

The StopImportResponse type exposes the following members

Constructors

NameDescription
Public Method StopImportResponse()

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 for the import.

Public Property ImportSource Amazon.CloudTrail.Model.ImportSource

Gets and sets the property ImportSource.

The source S3 bucket for the import.

Public Property ImportStatistics Amazon.CloudTrail.Model.ImportStatistics

Gets and sets the property ImportStatistics.

Returns information on the stopped 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 the import's last update.

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