Class: Aws::Types::HybridUpdateInfoEntry
- Inherits:
-
Object
- Object
- Aws::Types::HybridUpdateInfoEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#initiated_by ⇒ ::String
Returns the value of attribute initiated_by.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#new_value ⇒ Types::HybridUpdateValue
Returns the value of attribute new_value.
-
#previous_value ⇒ Types::HybridUpdateValue
Returns the value of attribute previous_value.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Updated", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
986 987 988 |
# File 'sig/types.rbs', line 986 def assessment_id @assessment_id end |
#initiated_by ⇒ ::String
Returns the value of attribute initiated_by.
981 982 983 |
# File 'sig/types.rbs', line 981 def initiated_by @initiated_by end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
985 986 987 |
# File 'sig/types.rbs', line 985 def last_updated_date_time @last_updated_date_time end |
#new_value ⇒ Types::HybridUpdateValue
Returns the value of attribute new_value.
982 983 984 |
# File 'sig/types.rbs', line 982 def new_value @new_value end |
#previous_value ⇒ Types::HybridUpdateValue
Returns the value of attribute previous_value.
983 984 985 |
# File 'sig/types.rbs', line 983 def previous_value @previous_value end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
984 985 986 |
# File 'sig/types.rbs', line 984 def start_time @start_time end |
#status ⇒ "Updated", ...
Returns the value of attribute status.
979 980 981 |
# File 'sig/types.rbs', line 979 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
980 981 982 |
# File 'sig/types.rbs', line 980 def status_reason @status_reason end |