Class: Aws::KinesisAnalytics::Types::KinesisStreamsOutputDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::KinesisStreamsOutputDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
For an application output, describes the Amazon Kinesis stream configured as its destination.
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.
1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1730 class KinesisStreamsOutputDescription < 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.
1730 1731 1732 1733 1734 1735 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1730 class KinesisStreamsOutputDescription < Struct.new( :resource_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |