Class: Aws::Types::ThumbnailDetails
- Inherits:
-
Object
- Object
- Aws::Types::ThumbnailDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#thumbnail ⇒ ::String
Returns the value of attribute thumbnail.
-
#thumbnail_messages ⇒ ::Array[Types::MessageDetail]
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
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def flow_arn @flow_arn end |
#thumbnail ⇒ ::String
Returns the value of attribute thumbnail.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def thumbnail @thumbnail end |
#thumbnail_messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute thumbnail_messages.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def @thumbnail_messages end |
#timecode ⇒ ::String
Returns the value of attribute timecode.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def timecode @timecode end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def @timestamp end |