Class: Aws::Types::AttachmentContent
- Inherits:
-
Object
- Object
- Aws::Types::AttachmentContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hash ⇒ ::String
Returns the value of attribute hash.
-
#hash_type ⇒ "Sha256"
Returns the value of attribute hash_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#hash ⇒ ::String
Returns the value of attribute hash.
245 246 247 |
# File 'sig/types.rbs', line 245 def hash @hash end |
#hash_type ⇒ "Sha256"
Returns the value of attribute hash_type.
246 247 248 |
# File 'sig/types.rbs', line 246 def hash_type @hash_type end |
#name ⇒ ::String
Returns the value of attribute name.
243 244 245 |
# File 'sig/types.rbs', line 243 def name @name end |
#size ⇒ ::Integer
Returns the value of attribute size.
244 245 246 |
# File 'sig/types.rbs', line 244 def size @size end |
#url ⇒ ::String
Returns the value of attribute url.
247 248 249 |
# File 'sig/types.rbs', line 247 def url @url end |