Class: Aws::Types::AttachmentItem
- Inherits:
-
Object
- Object
- Aws::Types::AttachmentItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def end |
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def content_type @content_type end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
20 21 22 |
# File 'sig/types.rbs', line 20 def status @status end |