Class: Aws::S3Control::Types::PutBucketVersioningRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the S3 on Outposts bucket.

Returns:

  • (String)


6284
6285
6286
6287
6288
6289
6290
6291
# File 'lib/aws-sdk-s3control/types.rb', line 6284

class PutBucketVersioningRequest < Struct.new(
  :account_id,
  :bucket,
  :mfa,
  :versioning_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#bucketString

The S3 on Outposts bucket to set the versioning state for.

Returns:

  • (String)


6284
6285
6286
6287
6288
6289
6290
6291
# File 'lib/aws-sdk-s3control/types.rb', line 6284

class PutBucketVersioningRequest < Struct.new(
  :account_id,
  :bucket,
  :mfa,
  :versioning_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#mfaString

The concatenation of the authentication device’s serial number, a space, and the value that is displayed on your authentication device.

Returns:

  • (String)


6284
6285
6286
6287
6288
6289
6290
6291
# File 'lib/aws-sdk-s3control/types.rb', line 6284

class PutBucketVersioningRequest < Struct.new(
  :account_id,
  :bucket,
  :mfa,
  :versioning_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#versioning_configurationTypes::VersioningConfiguration

The root-level tag for the ‘VersioningConfiguration` parameters.



6284
6285
6286
6287
6288
6289
6290
6291
# File 'lib/aws-sdk-s3control/types.rb', line 6284

class PutBucketVersioningRequest < Struct.new(
  :account_id,
  :bucket,
  :mfa,
  :versioning_configuration)
  SENSITIVE = []
  include Aws::Structure
end