Class: Aws::KinesisAnalyticsV2::Types::KinesisStreamsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::KinesisStreamsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Identifies a Kinesis data stream as the streaming source. You provide the stream’s Amazon Resource Name (ARN).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the input Kinesis data stream to read.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the input Kinesis data stream to read.
3133 3134 3135 3136 3137 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3133 class KinesisStreamsInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |