Class: Aws::Types::GetMediaInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMediaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#start_selector ⇒ Types::StartSelector
Returns the value of attribute start_selector.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#start_selector ⇒ Types::StartSelector
Returns the value of attribute start_selector.
24 25 26 |
# File 'sig/types.rbs', line 24 def start_selector @start_selector end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
22 23 24 |
# File 'sig/types.rbs', line 22 def stream_name @stream_name end |