You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApplicationDiscoveryService::Types::ExportInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information regarding the export status of discovered data. The value is an array of objects.

Instance Attribute Summary collapse

Instance Attribute Details

#configurations_download_urlString

A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.

Returns:

  • (String)

    A URL for an Amazon S3 bucket where you can review the exported data.

#export_idString

A unique identifier used to query an export.

Returns:

  • (String)

    A unique identifier used to query an export.

#export_request_timeTime

The time that the data export was initiated.

Returns:

  • (Time)

    The time that the data export was initiated.

#export_statusString

The status of the data export job.

Possible values:

  • FAILED
  • SUCCEEDED
  • IN_PROGRESS

Returns:

  • (String)

    The status of the data export job.

#is_truncatedBoolean

If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using startDate and endDate.

Returns:

  • (Boolean)

    If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range.

#requested_end_timeTime

The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.

Returns:

  • (Time)

    The endTime used in the StartExportTask request.

#requested_start_timeTime

The value of startTime parameter in the StartExportTask request. If no startTime was requested, this result does not appear in ExportInfo.

Returns:

  • (Time)

    The value of startTime parameter in the StartExportTask request.

#status_messageString

A status message provided for API callers.

Returns:

  • (String)

    A status message provided for API callers.