Class: Aws::Types::AwsS3BucketObjectLockConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#object_lock_enabled::String

Returns the value of attribute object_lock_enabled.

Returns:

  • (::String)


4072
4073
4074
# File 'sig/types.rbs', line 4072

def object_lock_enabled
  @object_lock_enabled
end

#ruleTypes::AwsS3BucketObjectLockConfigurationRuleDetails

Returns the value of attribute rule.



4073
4074
4075
# File 'sig/types.rbs', line 4073

def rule
  @rule
end