Class: Aws::Types::AddAttachmentsToSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddAttachmentsToSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_set_id ⇒ ::String
Returns the value of attribute attachment_set_id.
-
#expiry_time ⇒ ::String
Returns the value of attribute expiry_time.
Instance Attribute Details
#attachment_set_id ⇒ ::String
Returns the value of attribute attachment_set_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def @attachment_set_id end |
#expiry_time ⇒ ::String
Returns the value of attribute expiry_time.
20 21 22 |
# File 'sig/types.rbs', line 20 def expiry_time @expiry_time end |