class Aws::S3::BucketVersioning
def put(options = {})
-
(EmptyStructure)
-
Options Hash:
(**options)
-
:expected_bucket_owner
(String
) -- -
:versioning_configuration
(required, Types::VersioningConfiguration
) -- -
:mfa
(String
) -- -
:checksum_algorithm
(String
) -- -
:content_md5
(String
) --
Parameters:
-
options
(Hash
) -- ({})
Other tags:
- Example: Request syntax with placeholder values -
def put(options = {}) options = options.merge(bucket: @bucket_name) resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do @client.put_bucket_versioning(options) end resp.data end