Class: Aws::Types::EvaluationFormVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
-
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#locked ⇒ Boolean
Returns the value of attribute locked.
-
#status ⇒ "DRAFT", "ACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#created_by ⇒ ::String
Returns the value of attribute created_by.
3668 3669 3670 |
# File 'sig/types.rbs', line 3668 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3667 3668 3669 |
# File 'sig/types.rbs', line 3667 def created_time @created_time end |
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def evaluation_form_arn @evaluation_form_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
3663 3664 3665 |
# File 'sig/types.rbs', line 3663 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
3664 3665 3666 |
# File 'sig/types.rbs', line 3664 def evaluation_form_version @evaluation_form_version end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
3670 3671 3672 |
# File 'sig/types.rbs', line 3670 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3669 3670 3671 |
# File 'sig/types.rbs', line 3669 def last_modified_time @last_modified_time end |
#locked ⇒ Boolean
Returns the value of attribute locked.
3665 3666 3667 |
# File 'sig/types.rbs', line 3665 def locked @locked end |
#status ⇒ "DRAFT", "ACTIVE"
Returns the value of attribute status.
3666 3667 3668 |
# File 'sig/types.rbs', line 3666 def status @status end |