Class: Aws::CloudTrail::Types::StartImportResponse

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

Returns:

  • (Time)


4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4852

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

#destinationsArray<String>

The ARN of the destination event data store.

Returns:

  • (Array<String>)


4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4852

class StartImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp)
  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)


4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4852

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

#import_idString

The ID of the import.

Returns:

  • (String)


4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4852

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

#import_sourceTypes::ImportSource

The source S3 bucket for the import.

Returns:



4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4852

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

#import_statusString

Shows the status of the import after a StartImport request. An import finishes with a status of COMPLETED if there were no failures, or FAILED if there were failures.

Returns:

  • (String)


4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4852

class StartImportResponse < Struct.new(
  :import_id,
  :destinations,
  :import_source,
  :start_event_time,
  :end_event_time,
  :import_status,
  :created_timestamp,
  :updated_timestamp)
  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)


4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4852

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

#updated_timestampTime

The timestamp of the import's last update, if applicable.

Returns:

  • (Time)


4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4852

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