Class: Aws::S3Control::Types::VersioningConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Describes the versioning state of an Amazon S3 on Outposts bucket. For more information, see PutBucketVersioning.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mfa_deleteString

Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.

Returns:

  • (String)


8286
8287
8288
8289
8290
8291
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8286

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

#statusString

Sets the versioning state of the S3 on Outposts bucket.

Returns:

  • (String)


8286
8287
8288
8289
8290
8291
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8286

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