Class: Aws::Types::ReviewActionDetail
- Inherits:
-
Object
- Object
- Aws::Types::ReviewActionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#complete_time ⇒ ::Time
Returns the value of attribute complete_time.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#result ⇒ ::String
Returns the value of attribute result.
-
#status ⇒ "Intended", ...
Returns the value of attribute status.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ ::String
Returns the value of attribute target_type.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def action_id @action_id end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
561 562 563 |
# File 'sig/types.rbs', line 561 def action_name @action_name end |
#complete_time ⇒ ::Time
Returns the value of attribute complete_time.
565 566 567 |
# File 'sig/types.rbs', line 565 def complete_time @complete_time end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
567 568 569 |
# File 'sig/types.rbs', line 567 def error_code @error_code end |
#result ⇒ ::String
Returns the value of attribute result.
566 567 568 |
# File 'sig/types.rbs', line 566 def result @result end |
#status ⇒ "Intended", ...
Returns the value of attribute status.
564 565 566 |
# File 'sig/types.rbs', line 564 def status @status end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def target_id @target_id end |
#target_type ⇒ ::String
Returns the value of attribute target_type.
563 564 565 |
# File 'sig/types.rbs', line 563 def target_type @target_type end |