You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::KinesisStreamConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::KinesisStreamConfig
- Defined in:
- (unknown)
Overview
Note:
When passing KinesisStreamConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
stream_arn: "ARN", # required
}
Configuration information of a Kinesis data stream.
Returned by:
Instance Attribute Summary collapse
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream.
Instance Attribute Details
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream.