Class: Aws::Types::S3ContentBaseLocationDescription
- Inherits:
-
Object
- Object
- Aws::Types::S3ContentBaseLocationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_path ⇒ ::String
Returns the value of attribute base_path.
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
Instance Attribute Details
#base_path ⇒ ::String
Returns the value of attribute base_path.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def base_path @base_path end |
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def bucket_arn @bucket_arn end |