Class: Aws::Types::GetClipInput
- Inherits:
-
Object
- Object
- Aws::Types::GetClipInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clip_fragment_selector ⇒ Types::ClipFragmentSelector
Returns the value of attribute clip_fragment_selector.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#clip_fragment_selector ⇒ Types::ClipFragmentSelector
Returns the value of attribute clip_fragment_selector.
58 59 60 |
# File 'sig/types.rbs', line 58 def clip_fragment_selector @clip_fragment_selector end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
57 58 59 |
# File 'sig/types.rbs', line 57 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
56 57 58 |
# File 'sig/types.rbs', line 56 def stream_name @stream_name end |