Class: Aws::Types::EvaluationFormAIVersionLifecycle
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormAIVersionLifecycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_of_life_time ⇒ ::Time
Returns the value of attribute end_of_life_time.
-
#start_of_life_time ⇒ ::Time
Returns the value of attribute start_of_life_time.
-
#status ⇒ "LATEST", ...
Returns the value of attribute status.
Instance Attribute Details
#end_of_life_time ⇒ ::Time
Returns the value of attribute end_of_life_time.
3447 3448 3449 |
# File 'sig/types.rbs', line 3447 def end_of_life_time @end_of_life_time end |
#start_of_life_time ⇒ ::Time
Returns the value of attribute start_of_life_time.
3446 3447 3448 |
# File 'sig/types.rbs', line 3446 def start_of_life_time @start_of_life_time end |
#status ⇒ "LATEST", ...
Returns the value of attribute status.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def status @status end |