Class: Aws::CloudWatchLogs::Types::CreateImportTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateImportTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Integer
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#import_destination_arn ⇒ String
The ARN of the CloudWatch Logs log group created as the destination for the imported events.
-
#import_id ⇒ String
A unique identifier for the import task.
Instance Attribute Details
#creation_time ⇒ Integer
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
928 929 930 931 932 933 934 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 928 class CreateImportTaskResponse < Struct.new( :import_id, :import_destination_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#import_destination_arn ⇒ String
The ARN of the CloudWatch Logs log group created as the destination for the imported events.
928 929 930 931 932 933 934 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 928 class CreateImportTaskResponse < Struct.new( :import_id, :import_destination_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#import_id ⇒ String
A unique identifier for the import task.
928 929 930 931 932 933 934 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 928 class CreateImportTaskResponse < Struct.new( :import_id, :import_destination_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |