Class: Aws::Types::CustomResponseBody

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


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

def content
  @content
end

#content_type"TEXT_PLAIN", ...

Returns the value of attribute content_type.

Returns:

  • ("TEXT_PLAIN", "TEXT_HTML", "APPLICATION_JSON")


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

def content_type
  @content_type
end