Class: Aws::SecurityHub::Types::CreateActionTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateActionTargetResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_target_arn ⇒ String
The Amazon Resource Name (ARN) for the custom action target.
Instance Attribute Details
#action_target_arn ⇒ String
The Amazon Resource Name (ARN) for the custom action target.
23481 23482 23483 23484 23485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23481 class CreateActionTargetResponse < Struct.new( :action_target_arn) SENSITIVE = [] include Aws::Structure end |