Class: Aws::Types::EvaluationFormAIVersionLifecycle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_of_life_time::Time

Returns the value of attribute end_of_life_time.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • ("LATEST", "PREVIEW", "ACTIVE", "DEPRECATED")


3445
3446
3447
# File 'sig/types.rbs', line 3445

def status
  @status
end