class Aws::S3::BucketNotification
def put(options = {})
-
(EmptyStructure)
-
Options Hash:
(**options)
-
:skip_destination_validation
(Boolean
) -- -
:expected_bucket_owner
(String
) -- -
:notification_configuration
(required, Types::NotificationConfiguration
) --
Parameters:
-
options
(Hash
) -- ({})
Other tags:
- Example: Request syntax with placeholder values -
def put(options = {}) options = options.merge(bucket: @bucket_name) resp = @client.put_bucket_notification_configuration(options) resp.data end