Class: Aws::Types::PutBucketVersioningRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



1574
1575
1576
# File 'sig/types.rbs', line 1574

def 
  @account_id
end

#bucket::String

Returns the value of attribute bucket.



1575
1576
1577
# File 'sig/types.rbs', line 1575

def bucket
  @bucket
end

#mfa::String

Returns the value of attribute mfa.



1576
1577
1578
# File 'sig/types.rbs', line 1576

def mfa
  @mfa
end

#versioning_configurationTypes::VersioningConfiguration

Returns the value of attribute versioning_configuration.



1577
1578
1579
# File 'sig/types.rbs', line 1577

def versioning_configuration
  @versioning_configuration
end