Class: Aws::Types::DescribeAuditMitigationActionsTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAuditMitigationActionsTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_definition ⇒ ::Array[Types::MitigationAction]
Returns the value of attribute actions_definition.
-
#audit_check_to_actions_mapping ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute audit_check_to_actions_mapping.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#target ⇒ Types::AuditMitigationActionsTaskTarget
Returns the value of attribute target.
-
#task_statistics ⇒ ::Hash[::String, Types::TaskStatisticsForAuditCheck]
Returns the value of attribute task_statistics.
-
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
Instance Attribute Details
#actions_definition ⇒ ::Array[Types::MitigationAction]
Returns the value of attribute actions_definition.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def actions_definition @actions_definition end |
#audit_check_to_actions_mapping ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute audit_check_to_actions_mapping.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def audit_check_to_actions_mapping @audit_check_to_actions_mapping end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def start_time @start_time end |
#target ⇒ Types::AuditMitigationActionsTaskTarget
Returns the value of attribute target.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def target @target end |
#task_statistics ⇒ ::Hash[::String, Types::TaskStatisticsForAuditCheck]
Returns the value of attribute task_statistics.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def task_statistics @task_statistics end |
#task_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute task_status.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def task_status @task_status end |