Class: Aws::Kinesis::Types::ChannelStreamConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ChannelStreamConfiguration
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Specifies the source stream and record configuration when creating a channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_configuration ⇒ Types::RecordConfiguration
The record format configuration for the source stream.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the source Kinesis data stream.
Instance Attribute Details
#record_configuration ⇒ Types::RecordConfiguration
The record format configuration for the source stream.
206 207 208 209 210 211 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 206 class ChannelStreamConfiguration < Struct.new( :stream_arn, :record_configuration) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the source Kinesis data stream.
206 207 208 209 210 211 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 206 class ChannelStreamConfiguration < Struct.new( :stream_arn, :record_configuration) SENSITIVE = [] include Aws::Structure end |