Method: Aws::S3::BucketVersioning#identifiers

Defined in:
lib/aws-sdk-s3/bucket_versioning.rb

#identifiersObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Deprecated.


410
411
412
# File 'lib/aws-sdk-s3/bucket_versioning.rb', line 410

def identifiers
  { bucket_name: @bucket_name }
end