Class: Aws::CloudTrail::Types::GetImportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetImportResponse
- Defined in:
- gems/aws-sdk-cloudtrail/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 aStartImport
request, and limit imported trail events to only those events logged within a specified time period. -
#import_id ⇒ String
The ID of the import.
-
#import_source ⇒ Types::ImportSource
The source S3 bucket.
-
#import_statistics ⇒ Types::ImportStatistics
Provides statistics for the import.
-
#import_status ⇒ String
The status of the import.
-
#start_event_time ⇒ Time
Used with
EndEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period. -
#updated_timestamp ⇒ Time
The timestamp of when the import was updated.
Instance Attribute Details
#created_timestamp ⇒ Time
The timestamp of the import's creation.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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 |
#destinations ⇒ Array<String>
The ARN of the destination event data store.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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_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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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_id ⇒ String
The ID of the import.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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_source ⇒ Types::ImportSource
The source S3 bucket.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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_statistics ⇒ Types::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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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_status ⇒ String
The status of the import.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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_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.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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_timestamp ⇒ Time
The timestamp of when the import was updated.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1952 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 |