Class: Aws::ApplicationDiscoveryService::Types::ExportInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::ExportInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
Information regarding the export status of discovered data. The value is an array of objects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configurations_download_url ⇒ String
A URL for an Amazon S3 bucket where you can review the exported data.
-
#export_id ⇒ String
A unique identifier used to query an export.
-
#export_request_time ⇒ Time
The time that the data export was initiated.
-
#export_status ⇒ String
The status of the data export job.
-
#is_truncated ⇒ 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_time ⇒ Time
The ‘endTime` used in the `StartExportTask` request.
-
#requested_start_time ⇒ Time
The value of ‘startTime` parameter in the `StartExportTask` request.
-
#status_message ⇒ String
A status message provided for API callers.
Instance Attribute Details
#configurations_download_url ⇒ String
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1276 class ExportInfo < Struct.new( :export_id, :export_status, :status_message, :configurations_download_url, :export_request_time, :is_truncated, :requested_start_time, :requested_end_time) SENSITIVE = [] include Aws::Structure end |
#export_id ⇒ String
A unique identifier used to query an export.
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1276 class ExportInfo < Struct.new( :export_id, :export_status, :status_message, :configurations_download_url, :export_request_time, :is_truncated, :requested_start_time, :requested_end_time) SENSITIVE = [] include Aws::Structure end |
#export_request_time ⇒ Time
The time that the data export was initiated.
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1276 class ExportInfo < Struct.new( :export_id, :export_status, :status_message, :configurations_download_url, :export_request_time, :is_truncated, :requested_start_time, :requested_end_time) SENSITIVE = [] include Aws::Structure end |
#export_status ⇒ String
The status of the data export job.
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1276 class ExportInfo < Struct.new( :export_id, :export_status, :status_message, :configurations_download_url, :export_request_time, :is_truncated, :requested_start_time, :requested_end_time) SENSITIVE = [] include Aws::Structure end |
#is_truncated ⇒ 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. To address this, select a smaller time range for the export by using ‘startDate` and `endDate`.
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1276 class ExportInfo < Struct.new( :export_id, :export_status, :status_message, :configurations_download_url, :export_request_time, :is_truncated, :requested_start_time, :requested_end_time) SENSITIVE = [] include Aws::Structure end |
#requested_end_time ⇒ Time
The ‘endTime` used in the `StartExportTask` request. If no `endTime` was requested, this result does not appear in `ExportInfo`.
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1276 class ExportInfo < Struct.new( :export_id, :export_status, :status_message, :configurations_download_url, :export_request_time, :is_truncated, :requested_start_time, :requested_end_time) SENSITIVE = [] include Aws::Structure end |
#requested_start_time ⇒ Time
The value of ‘startTime` parameter in the `StartExportTask` request. If no `startTime` was requested, this result does not appear in `ExportInfo`.
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1276 class ExportInfo < Struct.new( :export_id, :export_status, :status_message, :configurations_download_url, :export_request_time, :is_truncated, :requested_start_time, :requested_end_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A status message provided for API callers.
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1276 class ExportInfo < Struct.new( :export_id, :export_status, :status_message, :configurations_download_url, :export_request_time, :is_truncated, :requested_start_time, :requested_end_time) SENSITIVE = [] include Aws::Structure end |