Class: Aws::Types::ControlComment

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#author_name ⇒ ::String

Returns the value of attribute author_name.



313
314
315
# File 'sig/types.rbs', line 313

def author_name
  @author_name
end

#comment_body ⇒ ::String

Returns the value of attribute comment_body.



314
315
316
# File 'sig/types.rbs', line 314

def comment_body
  @comment_body
end

#posted_date ⇒ ::Time

Returns the value of attribute posted_date.



315
316
317
# File 'sig/types.rbs', line 315

def posted_date
  @posted_date
end