Class: Aws::Types::SnaplockRetentionPeriod

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#default_retentionTypes::RetentionPeriod

Returns the value of attribute default_retention.



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

def default_retention
  @default_retention
end

#maximum_retentionTypes::RetentionPeriod

Returns the value of attribute maximum_retention.



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

def maximum_retention
  @maximum_retention
end

#minimum_retentionTypes::RetentionPeriod

Returns the value of attribute minimum_retention.



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

def minimum_retention
  @minimum_retention
end