Class: Aws::Pipes::Types::PipeTargetCloudWatchLogsParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::PipeTargetCloudWatchLogsParameters
- Defined in:
- gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb
Overview
The parameters for using an CloudWatch Logs log stream as a target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_stream_name ⇒ String
The name of the log stream.
-
#timestamp ⇒ String
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Instance Attribute Details
#log_stream_name ⇒ String
The name of the log stream.
2163 2164 2165 2166 2167 2168 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2163 class PipeTargetCloudWatchLogsParameters < Struct.new( :log_stream_name, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ String
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
2163 2164 2165 2166 2167 2168 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2163 class PipeTargetCloudWatchLogsParameters < Struct.new( :log_stream_name, :timestamp) SENSITIVE = [] include Aws::Structure end |