Class: Aws::Connect::Types::KinesisStreamConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::KinesisStreamConfig
- Defined in:
- gems/aws-sdk-connect/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.
13192 13193 13194 13195 13196 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13192 class KinesisStreamConfig < Struct.new( :stream_arn) SENSITIVE = [] include Aws::Structure end |