Class: Aws::Types::Thumbnail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


3175
3176
3177
# File 'sig/types.rbs', line 3175

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


3176
3177
3178
# File 'sig/types.rbs', line 3176

def content_type
  @content_type
end

#thumbnail_type"UNSPECIFIED", "CURRENT_ACTIVE"

Returns the value of attribute thumbnail_type.

Returns:

  • ("UNSPECIFIED", "CURRENT_ACTIVE")


3177
3178
3179
# File 'sig/types.rbs', line 3177

def thumbnail_type
  @thumbnail_type
end

#time_stamp::Time

Returns the value of attribute time_stamp.

Returns:

  • (::Time)


3178
3179
3180
# File 'sig/types.rbs', line 3178

def time_stamp
  @time_stamp
end