Class: Aws::Types::AuditMitigationActionsTaskMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AuditMitigationActionsTaskMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
Instance Attribute Details
#start_time ⇒ ::Time
Returns the value of attribute start_time.
254 255 256 |
# File 'sig/types.rbs', line 254 def start_time @start_time end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def task_id @task_id end |
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
255 256 257 |
# File 'sig/types.rbs', line 255 def task_status @task_status end |