Class: Aws::Types::KinesisStreamSourceDescription
- Inherits:
-
Object
- Object
- Aws::Types::KinesisStreamSourceDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_start_timestamp ⇒ ::Time
Returns the value of attribute delivery_start_timestamp.
-
#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
#delivery_start_timestamp ⇒ ::Time
Returns the value of attribute delivery_start_timestamp.
667 668 669 |
# File 'sig/types.rbs', line 667 def end |
#kinesis_stream_arn ⇒ ::String
Returns the value of attribute kinesis_stream_arn.
665 666 667 |
# File 'sig/types.rbs', line 665 def kinesis_stream_arn @kinesis_stream_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
666 667 668 |
# File 'sig/types.rbs', line 666 def role_arn @role_arn end |