Class: Aws::Types::GetDocumentPathRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentPathRequest
- 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.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
500 501 502 |
# File 'sig/types.rbs', line 500 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
501 502 503 |
# File 'sig/types.rbs', line 501 def document_id @document_id end |
#fields ⇒ ::String
Returns the value of attribute fields.
503 504 505 |
# File 'sig/types.rbs', line 503 def fields @fields end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
502 503 504 |
# File 'sig/types.rbs', line 502 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
504 505 506 |
# File 'sig/types.rbs', line 504 def marker @marker end |