Class: Aws::SecurityHub::Types::CreateActionTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateActionTargetRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
22552 22553 22554 22555 22556 22557 22558 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22552 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.
22552 22553 22554 22555 22556 22557 22558 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22552 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.
22552 22553 22554 22555 22556 22557 22558 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22552 class CreateActionTargetRequest < Struct.new( :name, :description, :id) SENSITIVE = [] include Aws::Structure end |