Class: Aws::Types::RestoreDocumentVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDocumentVersionsRequest
- 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.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
731 732 733 |
# File 'sig/types.rbs', line 731 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
732 733 734 |
# File 'sig/types.rbs', line 732 def document_id @document_id end |