Class: Aws::Types::DescribeDocumentVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDocumentVersionsRequest
- 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.
-
#fields ⇒ ::String
Returns the value of attribute fields.
-
#include ⇒ ::String
Returns the value of attribute include.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
294 295 296 |
# File 'sig/types.rbs', line 294 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def document_id @document_id end |
#fields ⇒ ::String
Returns the value of attribute fields.
299 300 301 |
# File 'sig/types.rbs', line 299 def fields @fields end |
#include ⇒ ::String
Returns the value of attribute include.
298 299 300 |
# File 'sig/types.rbs', line 298 def include @include end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
297 298 299 |
# File 'sig/types.rbs', line 297 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
296 297 298 |
# File 'sig/types.rbs', line 296 def marker @marker end |