Class: Aws::S3Control::Types::PutBucketVersioningRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutBucketVersioningRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the S3 on Outposts bucket.
-
#bucket ⇒ String
The S3 on Outposts bucket to set the versioning state for.
-
#mfa ⇒ String
The concatenation of the authentication device’s serial number, a space, and the value that is displayed on your authentication device.
-
#versioning_configuration ⇒ Types::VersioningConfiguration
The root-level tag for the ‘VersioningConfiguration` parameters.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the S3 on Outposts bucket.
6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-s3control/types.rb', line 6285 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end |
#bucket ⇒ String
The S3 on Outposts bucket to set the versioning state for.
6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-s3control/types.rb', line 6285 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end |
#mfa ⇒ String
The concatenation of the authentication device’s serial number, a space, and the value that is displayed on your authentication device.
6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-s3control/types.rb', line 6285 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end |
#versioning_configuration ⇒ Types::VersioningConfiguration
The root-level tag for the ‘VersioningConfiguration` parameters.
6285 6286 6287 6288 6289 6290 6291 6292 |
# File 'lib/aws-sdk-s3control/types.rb', line 6285 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end |