Class: Aws::Types::CommentUpdateContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body ⇒ ::String

Returns the value of attribute body.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def body
  @body
end

#content_type ⇒ "Text/Plain"

Returns the value of attribute content_type.

Returns:

  • ("Text/Plain")


215
216
217
# File 'sig/types.rbs', line 215

def content_type
  @content_type
end