Class: Aws::Types::ListDocumentMetadataHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDocumentMetadataHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metadata ⇒ "DocumentReviews"
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#document_version ⇒ ::String
Returns the value of attribute document_version.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def document_version @document_version end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def max_results @max_results end |
#metadata ⇒ "DocumentReviews"
Returns the value of attribute metadata.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def next_token @next_token end |