Class: Aws::Types::AssessmentValidation
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentValidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
109 110 111 |
# File 'sig/types.rbs', line 109 def category @category end |
#last_update_date_time ⇒ ::Time
Returns the value of attribute last_update_date_time.
115 116 117 |
# File 'sig/types.rbs', line 115 def last_update_date_time @last_update_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
110 111 112 |
# File 'sig/types.rbs', line 110 def name @name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
114 115 116 |
# File 'sig/types.rbs', line 114 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
111 112 113 |
# File 'sig/types.rbs', line 111 def status @status end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
112 113 114 |
# File 'sig/types.rbs', line 112 def status_code @status_code end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
113 114 115 |
# File 'sig/types.rbs', line 113 def status_reason @status_reason end |