Class: Aws::CloudTrail::Types::GetImportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The timestamp of the import's creation.

Returns:

  • (Time)


2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<String>

The ARN of the destination event data store.

Returns:

  • (Array<String>)


2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#end_event_timeTime

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

Returns:

  • (Time)


2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#import_idString

The ID of the import.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#import_sourceTypes::ImportSource

The source S3 bucket.

Returns:



2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#import_statisticsTypes::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.



2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#import_statusString

The status of the import.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#start_event_timeTime

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

Returns:

  • (Time)


2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timestampTime

The timestamp of when the import was updated.

Returns:

  • (Time)


2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2582

class GetImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp,
  :import_statistics)
  SENSITIVE = []
  include Aws::Structure
end