Class: Aws::Types::StartAttachmentUploadResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartAttachmentUploadResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#upload_metadata ⇒ Types::UploadMetadata
Returns the value of attribute upload_metadata.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
239 240 241 |
# File 'sig/types.rbs', line 239 def @attachment_id end |
#upload_metadata ⇒ Types::UploadMetadata
Returns the value of attribute upload_metadata.
240 241 242 |
# File 'sig/types.rbs', line 240 def @upload_metadata end |