Class: Aws::Types::KinesisVideoStreamSourceTaskConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_id ⇒ ::Integer

Returns the value of attribute channel_id.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def stream_arn
  @stream_arn
end