Class: Aws::Types::S3ContentBaseLocation
- Inherits:
-
Object
- Object
- Aws::Types::S3ContentBaseLocation
- 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.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def base_path @base_path end |
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def bucket_arn @bucket_arn end |