Class: Aws::Types::StreamProcessorOutput
- Inherits:
-
Object
- Object
- Aws::Types::StreamProcessorOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kinesis_data_stream ⇒ Types::KinesisDataStream
Returns the value of attribute kinesis_data_stream.
-
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
Instance Attribute Details
#kinesis_data_stream ⇒ Types::KinesisDataStream
Returns the value of attribute kinesis_data_stream.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def kinesis_data_stream @kinesis_data_stream end |
#s3_destination ⇒ Types::S3Destination
Returns the value of attribute s3_destination.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def s3_destination @s3_destination end |