Class: Aws::CloudTrail::Types::StopImportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StopImportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The timestamp of the import’s creation.
-
#destinations ⇒ Array<String>
The ARN of the destination event data store.
-
#end_event_time ⇒ Time
Used with ‘StartEventTime` to bound a `StartImport` request, and limit imported trail events to only those events logged within a specified time period.
-
#import_id ⇒ String
The ID for the import.
-
#import_source ⇒ Types::ImportSource
The source S3 bucket for the import.
-
#import_statistics ⇒ Types::ImportStatistics
Returns information on the stopped import.
-
#import_status ⇒ String
The status of the import.
-
#start_event_time ⇒ Time
Used with ‘EndEventTime` to bound a `StartImport` request, and limit imported trail events to only those events logged within a specified time period.
-
#updated_timestamp ⇒ Time
The timestamp of the import’s last update.
Instance Attribute Details
#created_timestamp ⇒ Time
The timestamp of the import’s creation.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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 |
#destinations ⇒ Array<String>
The ARN of the destination event data store.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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_time ⇒ Time
Used with ‘StartEventTime` to bound a `StartImport` request, and limit imported trail events to only those events logged within a specified time period.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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_id ⇒ String
The ID for the import.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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_source ⇒ Types::ImportSource
The source S3 bucket for the import.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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_statistics ⇒ Types::ImportStatistics
Returns information on the stopped import.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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_status ⇒ String
The status of the import.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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_time ⇒ Time
Used with ‘EndEventTime` to bound a `StartImport` request, and limit imported trail events to only those events logged within a specified time period.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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_timestamp ⇒ Time
The timestamp of the import’s last update.
4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4676 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 |