Class: Aws::Types::ImageBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format"png", ...

Returns the value of attribute format.

Returns:

  • ("png", "jpeg", "gif", "webp")


1283
1284
1285
# File 'sig/types.rbs', line 1283

def format
  @format
end

#sourceTypes::ImageSource

Returns the value of attribute source.

Returns:



1284
1285
1286
# File 'sig/types.rbs', line 1284

def source
  @source
end