Class: Aws::Types::JobAttachmentSettings
- Inherits:
-
Object
- Object
- Aws::Types::JobAttachmentSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#root_prefix ⇒ ::String
Returns the value of attribute root_prefix.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
Instance Attribute Details
#root_prefix ⇒ ::String
Returns the value of attribute root_prefix.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def root_prefix @root_prefix end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def s3_bucket_name @s3_bucket_name end |