Class: Aws::Types::S3ReferenceDataSourceUpdate
- Inherits:
-
Object
- Object
- Aws::Types::S3ReferenceDataSourceUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn_update ⇒ ::String
Returns the value of attribute bucket_arn_update.
-
#file_key_update ⇒ ::String
Returns the value of attribute file_key_update.
Instance Attribute Details
#bucket_arn_update ⇒ ::String
Returns the value of attribute bucket_arn_update.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def bucket_arn_update @bucket_arn_update end |
#file_key_update ⇒ ::String
Returns the value of attribute file_key_update.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def file_key_update @file_key_update end |