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.
14511 14512 14513 14514 14515 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14511 class KinesisStreamConfig < Struct.new( :stream_arn) SENSITIVE = [] include Aws::Structure end |