Class: Aws::SecurityHub::Types::CreateActionTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateActionTargetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description for the custom action target.
-
#id ⇒ String
The ID for the custom action target.
-
#name ⇒ String
The name of the custom action target.
Instance Attribute Details
#description ⇒ String
The description for the custom action target.
23471 23472 23473 23474 23475 23476 23477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23471 class CreateActionTargetRequest < Struct.new( :name, :description, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for the custom action target. Can contain up to 20 alphanumeric characters.
23471 23472 23473 23474 23475 23476 23477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23471 class CreateActionTargetRequest < Struct.new( :name, :description, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the custom action target. Can contain up to 20 characters.
23471 23472 23473 23474 23475 23476 23477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23471 class CreateActionTargetRequest < Struct.new( :name, :description, :id) SENSITIVE = [] include Aws::Structure end |