Class: Aws::Types::GetDocumentVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentVersionRequest
- 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_custom_metadata ⇒ Boolean
Returns the value of attribute include_custom_metadata.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
527 528 529 |
# File 'sig/types.rbs', line 527 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def document_id @document_id end |
#fields ⇒ ::String
Returns the value of attribute fields.
530 531 532 |
# File 'sig/types.rbs', line 530 def fields @fields end |
#include_custom_metadata ⇒ Boolean
Returns the value of attribute include_custom_metadata.
531 532 533 |
# File 'sig/types.rbs', line 531 def @include_custom_metadata end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
529 530 531 |
# File 'sig/types.rbs', line 529 def version_id @version_id end |