Class: Aws::Types::GetDocumentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentRequest
- 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.
-
#include_custom_metadata ⇒ Boolean
Returns the value of attribute include_custom_metadata.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
514 515 516 |
# File 'sig/types.rbs', line 514 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
515 516 517 |
# File 'sig/types.rbs', line 515 def document_id @document_id end |
#include_custom_metadata ⇒ Boolean
Returns the value of attribute include_custom_metadata.
516 517 518 |
# File 'sig/types.rbs', line 516 def @include_custom_metadata end |