Class: Aws::Types::RetrievalContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byte_content::String

Returns the value of attribute byte_content.

Returns:

  • (::String)


2346
2347
2348
# File 'sig/types.rbs', line 2346

def byte_content
  @byte_content
end

#mime_type::String

Returns the value of attribute mime_type.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def mime_type
  @mime_type
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def text
  @text
end