Method: Aws::S3Control::Types::GetBucketVersioningResult#status

Defined in:
lib/aws-sdk-s3control/types.rb

#statusString

The versioning state of the S3 on Outposts bucket.

Returns:

  • (String)


3256
3257
3258
3259
3260
3261
# File 'lib/aws-sdk-s3control/types.rb', line 3256

class GetBucketVersioningResult < Struct.new(
  :status,
  :mfa_delete)
  SENSITIVE = []
  include Aws::Structure
end