Class: Aws::Types::ImageInput

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


1289
1290
1291
# File 'sig/types.rbs', line 1289

def format
  @format
end

#sourceTypes::ImageInputSource

Returns the value of attribute source.



1290
1291
1292
# File 'sig/types.rbs', line 1290

def source
  @source
end