Class: Aws::Types::AttachmentDetails
- Inherits:
-
Object
- Object
- Aws::Types::AttachmentDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def @attachment_id end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
47 48 49 |
# File 'sig/types.rbs', line 47 def file_name @file_name end |