Class: Aws::CloudTrail::Types::StopImportResponse

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)


5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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

#destinationsArray<String>

The ARN of the destination event data store.

Returns:

  • (Array<String>)


5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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


5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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

#import_idString

The ID for the import.

Returns:

  • (String)


5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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

#import_sourceTypes::ImportSource

The source S3 bucket for the import.

Returns:



5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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

#import_statisticsTypes::ImportStatistics

Returns information on the stopped import.



5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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

#import_statusString

The status of the import.

Returns:

  • (String)


5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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


5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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

#updated_timestampTime

The timestamp of the import's last update.

Returns:

  • (Time)


5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5073

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