Class: Aws::Types::PutBucketVersioningRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketVersioningRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#mfa ⇒ ::String
Returns the value of attribute mfa.
-
#versioning_configuration ⇒ Types::VersioningConfiguration
Returns the value of attribute versioning_configuration.
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 @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_configuration ⇒ Types::VersioningConfiguration
Returns the value of attribute versioning_configuration.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def versioning_configuration @versioning_configuration end |