Class: Aws::Types::AuditMitigationActionExecutionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AuditMitigationActionExecutionMetadata
- 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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def action_id @action_id end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
242 243 244 |
# File 'sig/types.rbs', line 242 def action_name @action_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
246 247 248 |
# File 'sig/types.rbs', line 246 def end_time @end_time end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
247 248 249 |
# File 'sig/types.rbs', line 247 def error_code @error_code end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
241 242 243 |
# File 'sig/types.rbs', line 241 def finding_id @finding_id end |
#message ⇒ ::String
Returns the value of attribute message.
248 249 250 |
# File 'sig/types.rbs', line 248 def @message end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
245 246 247 |
# File 'sig/types.rbs', line 245 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
244 245 246 |
# File 'sig/types.rbs', line 244 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def task_id @task_id end |