Class: Aws::Types::KinesisStreamSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KinesisStreamSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kinesis_stream_arn ⇒ ::String
Returns the value of attribute kinesis_stream_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#kinesis_stream_arn ⇒ ::String
Returns the value of attribute kinesis_stream_arn.
659 660 661 |
# File 'sig/types.rbs', line 659 def kinesis_stream_arn @kinesis_stream_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
660 661 662 |
# File 'sig/types.rbs', line 660 def role_arn @role_arn end |