# S3Bucket

## Properties

\| **name** | **String** | The name of the S3 bucket. | |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::S3Bucket.new(
  name: My S3 Buckets
)
```
