Class: Aws::Types::FindingAction
- Inherits:
-
Object
- Object
- Aws::Types::FindingAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ "AWS_API_CALL"
Returns the value of attribute action_type.
-
#api_call_details ⇒ Types::ApiCallDetails
Returns the value of attribute api_call_details.
Instance Attribute Details
#action_type ⇒ "AWS_API_CALL"
Returns the value of attribute action_type.
696 697 698 |
# File 'sig/types.rbs', line 696 def action_type @action_type end |
#api_call_details ⇒ Types::ApiCallDetails
Returns the value of attribute api_call_details.
697 698 699 |
# File 'sig/types.rbs', line 697 def api_call_details @api_call_details end |