Class: Aws::Types::DescribeInputDeviceThumbnailRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInputDeviceThumbnailRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ "image/jpeg"
Returns the value of attribute accept.
-
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
Instance Attribute Details
#accept ⇒ "image/jpeg"
Returns the value of attribute accept.
976 977 978 |
# File 'sig/types.rbs', line 976 def accept @accept end |
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
975 976 977 |
# File 'sig/types.rbs', line 975 def input_device_id @input_device_id end |