Class: Aws::Types::EvaluationFormSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_version ⇒ ::Integer
Returns the value of attribute active_version.
-
#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.
-
#last_activated_by ⇒ ::String
Returns the value of attribute last_activated_by.
-
#last_activated_time ⇒ ::Time
Returns the value of attribute last_activated_time.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#latest_version ⇒ ::Integer
Returns the value of attribute latest_version.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#active_version ⇒ ::Integer
Returns the value of attribute active_version.
3721 3722 3723 |
# File 'sig/types.rbs', line 3721 def active_version @active_version end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3715 3716 3717 |
# File 'sig/types.rbs', line 3715 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3714 3715 3716 |
# File 'sig/types.rbs', line 3714 def created_time @created_time end |
#evaluation_form_arn ⇒ ::String
Returns the value of attribute evaluation_form_arn.
3712 3713 3714 |
# File 'sig/types.rbs', line 3712 def evaluation_form_arn @evaluation_form_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
3711 3712 3713 |
# File 'sig/types.rbs', line 3711 def evaluation_form_id @evaluation_form_id end |
#last_activated_by ⇒ ::String
Returns the value of attribute last_activated_by.
3719 3720 3721 |
# File 'sig/types.rbs', line 3719 def last_activated_by @last_activated_by end |
#last_activated_time ⇒ ::Time
Returns the value of attribute last_activated_time.
3718 3719 3720 |
# File 'sig/types.rbs', line 3718 def last_activated_time @last_activated_time end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
3717 3718 3719 |
# File 'sig/types.rbs', line 3717 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3716 3717 3718 |
# File 'sig/types.rbs', line 3716 def last_modified_time @last_modified_time end |
#latest_version ⇒ ::Integer
Returns the value of attribute latest_version.
3720 3721 3722 |
# File 'sig/types.rbs', line 3720 def latest_version @latest_version end |
#title ⇒ ::String
Returns the value of attribute title.
3713 3714 3715 |
# File 'sig/types.rbs', line 3713 def title @title end |