Class: Aws::Types::ImageFile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


2442
2443
2444
# File 'sig/types.rbs', line 2442

def data
  @data
end

#type"PNG"

Returns the value of attribute type.

Returns:

  • ("PNG")


2443
2444
2445
# File 'sig/types.rbs', line 2443

def type
  @type
end