Method: Aws::S3Control::Types::PutBucketVersioningRequest#bucket
- Defined in:
- lib/aws-sdk-s3control/types.rb
#bucket ⇒ String
The S3 on Outposts bucket to set the versioning state for.
6693 6694 6695 6696 6697 6698 6699 6700 |
# File 'lib/aws-sdk-s3control/types.rb', line 6693 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end |