Class: Aws::S3Control::Types::VersioningConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::VersioningConfiguration
- 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
-
#mfa_delete ⇒ String
Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.
-
#status ⇒ String
Sets the versioning state of the S3 on Outposts bucket.
Instance Attribute Details
#mfa_delete ⇒ String
Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.
8463 8464 8465 8466 8467 8468 |
# File 'lib/aws-sdk-s3control/types.rb', line 8463 class VersioningConfiguration < Struct.new( :mfa_delete, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Sets the versioning state of the S3 on Outposts bucket.
8463 8464 8465 8466 8467 8468 |
# File 'lib/aws-sdk-s3control/types.rb', line 8463 class VersioningConfiguration < Struct.new( :mfa_delete, :status) SENSITIVE = [] include Aws::Structure end |