Class: Aws::Kinesis::Types::ChannelStreamDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

Describes the source stream of a channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#record_configurationTypes::RecordConfiguration

The record format configuration for the source stream.



228
229
230
231
232
233
234
# File 'lib/aws-sdk-kinesis/types.rb', line 228

class ChannelStreamDescription < Struct.new(
  :stream_arn,
  :stream_creation_timestamp,
  :record_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The Amazon Resource Name (ARN) of the source Kinesis data stream.

Returns:

  • (String)


228
229
230
231
232
233
234
# File 'lib/aws-sdk-kinesis/types.rb', line 228

class ChannelStreamDescription < Struct.new(
  :stream_arn,
  :stream_creation_timestamp,
  :record_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#stream_creation_timestampTime

The time at which the source stream was created.

Returns:

  • (Time)


228
229
230
231
232
233
234
# File 'lib/aws-sdk-kinesis/types.rb', line 228

class ChannelStreamDescription < Struct.new(
  :stream_arn,
  :stream_creation_timestamp,
  :record_configuration)
  SENSITIVE = []
  include Aws::Structure
end