Class: Aws::Types::S3Configuration
- Inherits:
-
Object
- Object
- Aws::Types::S3Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
809 810 811 |
# File 'sig/types.rbs', line 809 def bucket_name @bucket_name end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
810 811 812 |
# File 'sig/types.rbs', line 810 def enabled @enabled end |