Class: Aws::Types::GetClipOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetClipOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#payload ⇒ ::IO
Returns the value of attribute payload.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
63 64 65 |
# File 'sig/types.rbs', line 63 def content_type @content_type end |
#payload ⇒ ::IO
Returns the value of attribute payload.
64 65 66 |
# File 'sig/types.rbs', line 64 def payload @payload end |