Class: Aws::Types::EvaluationSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationSearchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
-
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
-
#evaluation_form_title ⇒ ::String
Returns the value of attribute evaluation_form_title.
-
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
-
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
-
#evaluation_type ⇒ "STANDARD", "CALIBRATION"
Returns the value of attribute evaluation_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#metadata ⇒ Types::EvaluationSearchMetadata
Returns the value of attribute metadata.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def created_time @created_time end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
3899 3900 3901 |
# File 'sig/types.rbs', line 3899 def evaluation_arn @evaluation_arn end |
#evaluation_form_id ⇒ ::String
Returns the value of attribute evaluation_form_id.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 def evaluation_form_id @evaluation_form_id end |
#evaluation_form_title ⇒ ::String
Returns the value of attribute evaluation_form_title.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def evaluation_form_title @evaluation_form_title end |
#evaluation_form_version ⇒ ::Integer
Returns the value of attribute evaluation_form_version.
3901 3902 3903 |
# File 'sig/types.rbs', line 3901 def evaluation_form_version @evaluation_form_version end |
#evaluation_id ⇒ ::String
Returns the value of attribute evaluation_id.
3898 3899 3900 |
# File 'sig/types.rbs', line 3898 def evaluation_id @evaluation_id end |
#evaluation_type ⇒ "STANDARD", "CALIBRATION"
Returns the value of attribute evaluation_type.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 def evaluation_type @evaluation_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def last_modified_time @last_modified_time end |
#metadata ⇒ Types::EvaluationSearchMetadata
Returns the value of attribute metadata.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def @metadata end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
3904 3905 3906 |
# File 'sig/types.rbs', line 3904 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3908 3909 3910 |
# File 'sig/types.rbs', line 3908 def @tags end |