Class: Aws::KinesisAnalytics::Types::KinesisStreamsInputDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::KinesisStreamsInputDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Describes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon Kinesis stream.
-
#role_arn ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon Kinesis stream.
1662 1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1662 class KinesisStreamsInputDescription < Struct.new( :resource_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
1662 1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1662 class KinesisStreamsInputDescription < Struct.new( :resource_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |