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")


1365
1366
1367
# File 'sig/types.rbs', line 1365

def format
  @format
end

#sourceTypes::ImageSource

Returns the value of attribute source.

Returns:



1366
1367
1368
# File 'sig/types.rbs', line 1366

def source
  @source
end