Class: Aws::Types::RouterInputThumbnailDetails
- Inherits:
-
Object
- Object
- Aws::Types::RouterInputThumbnailDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#thumbnail ⇒ ::String
Returns the value of attribute thumbnail.
-
#thumbnail_messages ⇒ ::Array[Types::RouterInputMessage]
Returns the value of attribute thumbnail_messages.
-
#timecode ⇒ ::String
Returns the value of attribute timecode.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#thumbnail ⇒ ::String
Returns the value of attribute thumbnail.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def thumbnail @thumbnail end |
#thumbnail_messages ⇒ ::Array[Types::RouterInputMessage]
Returns the value of attribute thumbnail_messages.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def @thumbnail_messages end |
#timecode ⇒ ::String
Returns the value of attribute timecode.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def timecode @timecode end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def @timestamp end |