Class: Aws::Pipes::Types::PipeTargetCloudWatchLogsParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_stream_nameString

The name of the log stream.

Returns:

  • (String)


2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2027

class PipeTargetCloudWatchLogsParameters < Struct.new(
  :log_stream_name,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampString

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (String)


2027
2028
2029
2030
2031
2032
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2027

class PipeTargetCloudWatchLogsParameters < Struct.new(
  :log_stream_name,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end