Class: Aws::Types::KinesisVideoStreamSourceTaskConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KinesisVideoStreamSourceTaskConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::Integer
Returns the value of attribute channel_id.
-
#fragment_number ⇒ ::String
Returns the value of attribute fragment_number.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
Instance Attribute Details
#channel_id ⇒ ::Integer
Returns the value of attribute channel_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def channel_id @channel_id end |
#fragment_number ⇒ ::String
Returns the value of attribute fragment_number.
441 442 443 |
# File 'sig/types.rbs', line 441 def fragment_number @fragment_number end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
439 440 441 |
# File 'sig/types.rbs', line 439 def stream_arn @stream_arn end |