Class: Aws::Types::MessageTemplateAttachment
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#content_disposition ⇒ "ATTACHMENT"
Returns the value of attribute content_disposition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#uploaded_time ⇒ ::Time
Returns the value of attribute uploaded_time.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def @attachment_id end |
#content_disposition ⇒ "ATTACHMENT"
Returns the value of attribute content_disposition.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def content_disposition @content_disposition end |
#name ⇒ ::String
Returns the value of attribute name.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def name @name end |
#uploaded_time ⇒ ::Time
Returns the value of attribute uploaded_time.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def uploaded_time @uploaded_time end |
#url ⇒ ::String
Returns the value of attribute url.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def url @url end |
#url_expiry ⇒ ::Time
Returns the value of attribute url_expiry.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def url_expiry @url_expiry end |