Class: Aws::Types::GetDocumentContentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentContentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_content_length ⇒ ::Integer
Returns the value of attribute document_content_length.
-
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
-
#presigned_url ⇒ ::String
Returns the value of attribute presigned_url.
Instance Attribute Details
#document_content_length ⇒ ::Integer
Returns the value of attribute document_content_length.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def document_content_length @document_content_length end |
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def mime_type @mime_type end |
#presigned_url ⇒ ::String
Returns the value of attribute presigned_url.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def presigned_url @presigned_url end |