Class: Aws::Types::UpdateDocumentVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDocumentVersionRequest
- 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.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
-
#version_status ⇒ "ACTIVE"
Returns the value of attribute version_status.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
840 841 842 |
# File 'sig/types.rbs', line 840 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
841 842 843 |
# File 'sig/types.rbs', line 841 def document_id @document_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
842 843 844 |
# File 'sig/types.rbs', line 842 def version_id @version_id end |
#version_status ⇒ "ACTIVE"
Returns the value of attribute version_status.
843 844 845 |
# File 'sig/types.rbs', line 843 def version_status @version_status end |