Class: Aws::Types::S3ContentLocationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::S3ContentLocationUpdate
- 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.
-
#object_version_update ⇒ ::String
Returns the value of attribute object_version_update.
Instance Attribute Details
#bucket_arn_update ⇒ ::String
Returns the value of attribute bucket_arn_update.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def bucket_arn_update @bucket_arn_update end |
#file_key_update ⇒ ::String
Returns the value of attribute file_key_update.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def file_key_update @file_key_update end |
#object_version_update ⇒ ::String
Returns the value of attribute object_version_update.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def object_version_update @object_version_update end |