Class: Aws::Types::S3ContentBaseLocationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::S3ContentBaseLocationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_path_update ⇒ ::String
Returns the value of attribute base_path_update.
-
#bucket_arn_update ⇒ ::String
Returns the value of attribute bucket_arn_update.
Instance Attribute Details
#base_path_update ⇒ ::String
Returns the value of attribute base_path_update.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def base_path_update @base_path_update end |
#bucket_arn_update ⇒ ::String
Returns the value of attribute bucket_arn_update.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def bucket_arn_update @bucket_arn_update end |