Class: Aws::Types::Attachment
- Inherits:
-
Object
- Object
- Aws::Types::Attachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
41 42 43 |
# File 'sig/types.rbs', line 41 def data @data end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
40 41 42 |
# File 'sig/types.rbs', line 40 def file_name @file_name end |