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:



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

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:



3180
3181
3182
# File 'sig/types.rbs', line 3180

def content_type
  @content_type
end

#thumbnail_type"UNSPECIFIED", "CURRENT_ACTIVE"

Returns the value of attribute thumbnail_type.

Returns:



3181
3182
3183
# File 'sig/types.rbs', line 3181

def thumbnail_type
  @thumbnail_type
end

#time_stamp::Time

Returns the value of attribute time_stamp.

Returns:



3182
3183
3184
# File 'sig/types.rbs', line 3182

def time_stamp
  @time_stamp
end