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.
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
7162 7163 7164 |
# File 'sig/types.rbs', line 7162 def bucket_name @bucket_name end |
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
7163 7164 7165 |
# File 'sig/types.rbs', line 7163 def bucket_prefix @bucket_prefix end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
7164 7165 7166 |
# File 'sig/types.rbs', line 7164 def encryption_config @encryption_config end |