Class: Aws::Types::S3Config
- Inherits:
-
Object
- Object
- Aws::Types::S3Config
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def bucket_name @bucket_name end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def key_prefix @key_prefix end |