class AWS::S3::BucketLifecycleConfiguration
def update &block
-
(nil)
-
def update &block begin @batching = true instance_eval(&block) if block_given? persist(true) ensure @batching = false end nil end
(nil)
-
def update &block begin @batching = true instance_eval(&block) if block_given? persist(true) ensure @batching = false end nil end