Class: Aws::Types::UpdateInfoEntry
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInfoEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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::UpdateValue
Returns the value of attribute new_value.
-
#previous_value ⇒ Types::UpdateValue
Returns the value of attribute previous_value.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#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
#initiated_by ⇒ ::String
Returns the value of attribute initiated_by.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def initiated_by @initiated_by end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def last_updated_date_time @last_updated_date_time end |
#new_value ⇒ Types::UpdateValue
Returns the value of attribute new_value.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def new_value @new_value end |
#previous_value ⇒ Types::UpdateValue
Returns the value of attribute previous_value.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def previous_value @previous_value end |
#region ⇒ ::String
Returns the value of attribute region.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def region @region end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def start_time @start_time end |
#status ⇒ "Updated", ...
Returns the value of attribute status.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def status_reason @status_reason end |