Class: Aws::Types::DetectMitigationActionExecution
- Inherits:
-
Object
- Object
- Aws::Types::DetectMitigationActionExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#execution_end_date ⇒ ::Time
Returns the value of attribute execution_end_date.
-
#execution_start_date ⇒ ::Time
Returns the value of attribute execution_start_date.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def action_name @action_name end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def error_code @error_code end |
#execution_end_date ⇒ ::Time
Returns the value of attribute execution_end_date.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def execution_end_date @execution_end_date end |
#execution_start_date ⇒ ::Time
Returns the value of attribute execution_start_date.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def execution_start_date @execution_start_date end |
#message ⇒ ::String
Returns the value of attribute message.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def @message end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def task_id @task_id end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def thing_name @thing_name end |
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def violation_id @violation_id end |