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

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

Overview

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

[1]: docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html

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)


8462
8463
8464
8465
8466
8467
# File 'lib/aws-sdk-s3control/types.rb', line 8462

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)


8462
8463
8464
8465
8466
8467
# File 'lib/aws-sdk-s3control/types.rb', line 8462

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