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.
23627 23628 23629 23630 23631 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23627 class CreateActionTargetResponse < Struct.new( :action_target_arn) SENSITIVE = [] include Aws::Structure end |