Class: Aws::Types::ByteContentFile

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)


490
491
492
# File 'sig/types.rbs', line 490

def data
  @data
end

#media_type::String

Returns the value of attribute media_type.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def media_type
  @media_type
end