Class: Aws::Types::GetMediaForFragmentListInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMediaForFragmentListInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fragments ⇒ ::Array[::String]
Returns the value of attribute fragments.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#fragments ⇒ ::Array[::String]
Returns the value of attribute fragments.
128 129 130 |
# File 'sig/types.rbs', line 128 def fragments @fragments end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def stream_name @stream_name end |