Class: Aws::Types::AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#days::Integer

Returns the value of attribute days.

Returns:

  • (::Integer)


4078
4079
4080
# File 'sig/types.rbs', line 4078

def days
  @days
end

#mode::String

Returns the value of attribute mode.

Returns:

  • (::String)


4079
4080
4081
# File 'sig/types.rbs', line 4079

def mode
  @mode
end

#years::Integer

Returns the value of attribute years.

Returns:

  • (::Integer)


4080
4081
4082
# File 'sig/types.rbs', line 4080

def years
  @years
end