Class: Aws::Types::ImageBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source, :error])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorBlock

Returns the value of attribute error.

Returns:



1012
1013
1014
# File 'sig/types.rbs', line 1012

def error
  @error
end

#format"png", ...

Returns the value of attribute format.

Returns:

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


1010
1011
1012
# File 'sig/types.rbs', line 1010

def format
  @format
end

#sourceTypes::ImageSource

Returns the value of attribute source.

Returns:



1011
1012
1013
# File 'sig/types.rbs', line 1011

def source
  @source
end