Class: Aws::Types::Attachment
- Inherits:
-
Object
- Object
- Aws::Types::Attachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_description ⇒ ::String
Returns the value of attribute content_description.
-
#content_disposition ⇒ "ATTACHMENT", "INLINE"
Returns the value of attribute content_disposition.
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#content_transfer_encoding ⇒ "BASE64", ...
Returns the value of attribute content_transfer_encoding.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
Instance Attribute Details
#content_description ⇒ ::String
Returns the value of attribute content_description.
46 47 48 |
# File 'sig/types.rbs', line 46 def content_description @content_description end |
#content_disposition ⇒ "ATTACHMENT", "INLINE"
Returns the value of attribute content_disposition.
44 45 46 |
# File 'sig/types.rbs', line 44 def content_disposition @content_disposition end |
#content_id ⇒ ::String
Returns the value of attribute content_id.
47 48 49 |
# File 'sig/types.rbs', line 47 def content_id @content_id end |
#content_transfer_encoding ⇒ "BASE64", ...
Returns the value of attribute content_transfer_encoding.
48 49 50 |
# File 'sig/types.rbs', line 48 def content_transfer_encoding @content_transfer_encoding end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
49 50 51 |
# File 'sig/types.rbs', line 49 def content_type @content_type end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def file_name @file_name end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
43 44 45 |
# File 'sig/types.rbs', line 43 def raw_content @raw_content end |