Class: Aws::Types::DurationSinceLastAccess

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#unit"DAYS"

Returns the value of attribute unit.



967
968
969
# File 'sig/types.rbs', line 967

def unit
  @unit
end

#value::Integer

Returns the value of attribute value.



968
969
970
# File 'sig/types.rbs', line 968

def value
  @value
end