Class: Aws::Kinesis::Types::ChannelStreamIdentifier

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

Overview

Identifies a source stream associated with a channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arnString

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

Returns:

  • (String)


248
249
250
251
252
253
# File 'lib/aws-sdk-kinesis/types.rb', line 248

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

#stream_creation_timestampTime

The time at which the source stream was created.

Returns:

  • (Time)


248
249
250
251
252
253
# File 'lib/aws-sdk-kinesis/types.rb', line 248

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