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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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>)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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:



5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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.



5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
# File 'lib/aws-sdk-cloudtrail/types.rb', line 5002

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