Class: Aws::Types::DescribeCommentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCommentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comments ⇒ ::Array[Types::Comment]
Returns the value of attribute comments.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#comments ⇒ ::Array[Types::Comment]
Returns the value of attribute comments.
288 289 290 |
# File 'sig/types.rbs', line 288 def comments @comments end |
#marker ⇒ ::String
Returns the value of attribute marker.
289 290 291 |
# File 'sig/types.rbs', line 289 def marker @marker end |