Class: Aws::SecurityHub::Types::CreateActionTargetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the custom action target.

Returns:

  • (String)


23437
23438
23439
23440
23441
23442
23443
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23437

class CreateActionTargetRequest < Struct.new(
  :name,
  :description,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID for the custom action target. Can contain up to 20 alphanumeric characters.

Returns:

  • (String)


23437
23438
23439
23440
23441
23442
23443
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23437

class CreateActionTargetRequest < Struct.new(
  :name,
  :description,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the custom action target. Can contain up to 20 characters.

Returns:

  • (String)


23437
23438
23439
23440
23441
23442
23443
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23437

class CreateActionTargetRequest < Struct.new(
  :name,
  :description,
  :id)
  SENSITIVE = []
  include Aws::Structure
end