Class: Aws::Connect::Types::KinesisStreamConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stream_arnString

The Amazon Resource Name (ARN) of the data stream.

Returns:



19808
19809
19810
19811
19812
# File 'lib/aws-sdk-connect/types.rb', line 19808

class KinesisStreamConfig < Struct.new(
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end