Class: Aws::Types::InputImage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:inline_content])

Instance Attribute Summary collapse

Instance Attribute Details

#format"png", ...

Returns the value of attribute format.

Returns:

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


1392
1393
1394
# File 'sig/types.rbs', line 1392

def format
  @format
end

#inline_content::String

Returns the value of attribute inline_content.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def inline_content
  @inline_content
end