Class: Aws::S3Control::Types::VersioningConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::VersioningConfiguration
- 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
-
#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.
8510 8511 8512 8513 8514 8515 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8510 class VersioningConfiguration < Struct.new( :mfa_delete, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Sets the versioning state of the S3 on Outposts bucket.
8510 8511 8512 8513 8514 8515 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8510 class VersioningConfiguration < Struct.new( :mfa_delete, :status) SENSITIVE = [] include Aws::Structure end |