Class: Aws::Types::DescribeCommentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCommentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
279 280 281 |
# File 'sig/types.rbs', line 279 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
280 281 282 |
# File 'sig/types.rbs', line 280 def document_id @document_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
282 283 284 |
# File 'sig/types.rbs', line 282 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
283 284 285 |
# File 'sig/types.rbs', line 283 def marker @marker end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
281 282 283 |
# File 'sig/types.rbs', line 281 def version_id @version_id end |