Class: Aws::SecurityHub::Types::UpdateActionTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateActionTargetRequest
- 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 ARN of the custom action target to update.
-
#description ⇒ String
The updated description for the custom action target.
-
#name ⇒ String
The updated name of the custom action target.
Instance Attribute Details
#action_target_arn ⇒ String
The ARN of the custom action target to update.
30934 30935 30936 30937 30938 30939 30940 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30934 class UpdateActionTargetRequest < Struct.new( :action_target_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The updated description for the custom action target.
30934 30935 30936 30937 30938 30939 30940 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30934 class UpdateActionTargetRequest < Struct.new( :action_target_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name of the custom action target.
30934 30935 30936 30937 30938 30939 30940 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30934 class UpdateActionTargetRequest < Struct.new( :action_target_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |