Class: Aws::Types::ControlComment
- Inherits:
-
Object
- Object
- Aws::Types::ControlComment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#author_name ⇒ ::String
Returns the value of attribute author_name.
-
#comment_body ⇒ ::String
Returns the value of attribute comment_body.
-
#posted_date ⇒ ::Time
Returns the value of attribute posted_date.
Instance Attribute Details
#author_name ⇒ ::String
Returns the value of attribute author_name.
313 314 315 |
# File 'sig/types.rbs', line 313 def 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 |