Class: Aws::SecurityHub::Types::CreateActionTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateActionTargetResponse
- Defined in:
- gems/aws-sdk-securityhub/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.
23485 23486 23487 23488 23489 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23485 class CreateActionTargetResponse < Struct.new( :action_target_arn) SENSITIVE = [] include Aws::Structure end |