Class: Aws::Types::StartAuditMitigationActionsTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAuditMitigationActionsTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_check_to_actions_mapping ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute audit_check_to_actions_mapping.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#target ⇒ Types::AuditMitigationActionsTaskTarget
Returns the value of attribute target.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#audit_check_to_actions_mapping ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute audit_check_to_actions_mapping.
4542 4543 4544 |
# File 'sig/types.rbs', line 4542 def audit_check_to_actions_mapping @audit_check_to_actions_mapping end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
4543 4544 4545 |
# File 'sig/types.rbs', line 4543 def client_request_token @client_request_token end |
#target ⇒ Types::AuditMitigationActionsTaskTarget
Returns the value of attribute target.
4541 4542 4543 |
# File 'sig/types.rbs', line 4541 def target @target end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
4540 4541 4542 |
# File 'sig/types.rbs', line 4540 def task_id @task_id end |