Class: Aws::Types::ThumbnailDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def flow_arn
  @flow_arn
end

#thumbnail::String

Returns the value of attribute thumbnail.

Returns:

  • (::String)


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.

Returns:



2311
2312
2313
# File 'sig/types.rbs', line 2311

def thumbnail_messages
  @thumbnail_messages
end

#timecode::String

Returns the value of attribute timecode.

Returns:

  • (::String)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def timecode
  @timecode
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def timestamp
  @timestamp
end