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.
23492 23493 23494 23495 23496 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23492 class CreateActionTargetResponse < Struct.new( :action_target_arn) SENSITIVE = [] include Aws::Structure end |