Class: Aws::Types::CommentContent

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)


205
206
207
# File 'sig/types.rbs', line 205

def body
  @body
end

#content_type ⇒ "Text/Plain"

Returns the value of attribute content_type.

Returns:

  • ("Text/Plain")


206
207
208
# File 'sig/types.rbs', line 206

def content_type
  @content_type
end