Class: Aws::Types::GetAttachmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAttachmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_size_in_bytes ⇒ ::Integer
Returns the value of attribute attachment_size_in_bytes.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#url_expiry ⇒ ::String
Returns the value of attribute url_expiry.
Instance Attribute Details
#attachment_size_in_bytes ⇒ ::Integer
Returns the value of attribute attachment_size_in_bytes.
109 110 111 |
# File 'sig/types.rbs', line 109 def @attachment_size_in_bytes end |
#url ⇒ ::String
Returns the value of attribute url.
107 108 109 |
# File 'sig/types.rbs', line 107 def url @url end |
#url_expiry ⇒ ::String
Returns the value of attribute url_expiry.
108 109 110 |
# File 'sig/types.rbs', line 108 def url_expiry @url_expiry end |