Class: Aws::SageMakerFeatureStoreRuntime::Types::TtlDuration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakerfeaturestoreruntime/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

#unit ⇒ String

TtlDuration time unit.

Returns:

  • (String)


558
559
560
561
562
563
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 558

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

#value ⇒ Integer

TtlDuration time value.

Returns:

  • (Integer)


558
559
560
561
562
563
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 558

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