Class: Aws::KinesisAnalyticsV2::Types::KinesisStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::KinesisStreamsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
When you configure a SQL-based Kinesis Data Analytics application’s output, identifies a Kinesis data stream as the destination. You provide the stream Amazon Resource Name (ARN).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the destination Kinesis data stream to write to.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the destination Kinesis data stream to write to.
3194 3195 3196 3197 3198 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3194 class KinesisStreamsOutput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |