Class: Aws::Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fragment_selector ⇒ Types::FragmentSelector
Returns the value of attribute fragment_selector.
-
#streams ⇒ ::Array[Types::RecordingStreamConfiguration]
Returns the value of attribute streams.
Instance Attribute Details
#fragment_selector ⇒ Types::FragmentSelector
Returns the value of attribute fragment_selector.
427 428 429 |
# File 'sig/types.rbs', line 427 def fragment_selector @fragment_selector end |
#streams ⇒ ::Array[Types::RecordingStreamConfiguration]
Returns the value of attribute streams.
426 427 428 |
# File 'sig/types.rbs', line 426 def streams @streams end |