Class: Aws::SageMaker::Types::TtlDuration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitString

TtlDuration time unit.



56385
56386
56387
56388
56389
56390
# File 'lib/aws-sdk-sagemaker/types.rb', line 56385

class TtlDuration < Struct.new(
  :unit,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

TtlDuration time value.



56385
56386
56387
56388
56389
56390
# File 'lib/aws-sdk-sagemaker/types.rb', line 56385

class TtlDuration < Struct.new(
  :unit,
  :value)
  SENSITIVE = []
  include Aws::Structure
end