Class: Aws::Types::ByteContentDoc

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:data])

Instance Attribute Summary collapse

Instance Attribute Details

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def data
  @data
end

#mime_type::String

Returns the value of attribute mime_type.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def mime_type
  @mime_type
end