Class: Aws::Connect::Types::KinesisStreamConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::KinesisStreamConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Configuration information of a Kinesis data stream.
Constant Summary collapse
- SENSITIVE =
[]
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.
11909 11910 11911 11912 11913 |
# File 'lib/aws-sdk-connect/types.rb', line 11909 class KinesisStreamConfig < Struct.new( :stream_arn) SENSITIVE = [] include Aws::Structure end |