Class: Aws::SageMaker::Types::TtlDuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TtlDuration
- Defined in:
- gems/aws-sdk-sagemaker/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
-
#unit ⇒ String
TtlDuration
time unit. -
#value ⇒ Integer
TtlDuration
time value.
Instance Attribute Details
#unit ⇒ String
TtlDuration
time unit.
44963 44964 44965 44966 44967 44968 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44963 class TtlDuration < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
TtlDuration
time value.
44963 44964 44965 44966 44967 44968 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44963 class TtlDuration < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |