Class: Aws::Types::ListDocumentMetadataHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDocumentMetadataHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#author ⇒ ::String
Returns the value of attribute author.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#metadata ⇒ Types::DocumentMetadataResponseInfo
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
#author ⇒ ::String
Returns the value of attribute author.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def @author end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def document_version @document_version end |
#metadata ⇒ Types::DocumentMetadataResponseInfo
Returns the value of attribute metadata.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def next_token @next_token end |