Class: Aws::Types::PutBucketVersioningRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:



2411
2412
2413
# File 'sig/types.rbs', line 2411

def bucket
  @bucket
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:



2413
2414
2415
# File 'sig/types.rbs', line 2413

def checksum_algorithm
  @checksum_algorithm
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:



2412
2413
2414
# File 'sig/types.rbs', line 2412

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:



2416
2417
2418
# File 'sig/types.rbs', line 2416

def expected_bucket_owner
  @expected_bucket_owner
end

#mfa::String

Returns the value of attribute mfa.

Returns:



2414
2415
2416
# File 'sig/types.rbs', line 2414

def mfa
  @mfa
end

#versioning_configurationTypes::VersioningConfiguration

Returns the value of attribute versioning_configuration.

Returns:



2415
2416
2417
# File 'sig/types.rbs', line 2415

def versioning_configuration
  @versioning_configuration
end