Class: Aws::Types::TaskAttachment
- Inherits:
-
Object
- Object
- Aws::Types::TaskAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
Instance Attribute Details
#file_name ⇒ ::String
Returns the value of attribute file_name.
8035 8036 8037 |
# File 'sig/types.rbs', line 8035 def file_name @file_name end |
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
8036 8037 8038 |
# File 'sig/types.rbs', line 8036 def s3_url @s3_url end |