Class: Aws::Types::KinesisDataStreamData
- Inherits:
-
Object
- Object
- Aws::Types::KinesisDataStreamData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kinesis_data_stream_arn ⇒ ::String
Returns the value of attribute kinesis_data_stream_arn.
-
#kinesis_role_arn ⇒ ::String
Returns the value of attribute kinesis_role_arn.
Instance Attribute Details
#kinesis_data_stream_arn ⇒ ::String
Returns the value of attribute kinesis_data_stream_arn.
772 773 774 |
# File 'sig/types.rbs', line 772 def kinesis_data_stream_arn @kinesis_data_stream_arn end |
#kinesis_role_arn ⇒ ::String
Returns the value of attribute kinesis_role_arn.
771 772 773 |
# File 'sig/types.rbs', line 771 def kinesis_role_arn @kinesis_role_arn end |