You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateActionTargetRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "NonEmptyString", # required
  description: "NonEmptyString", # required
  id: "NonEmptyString", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the custom action target.

Returns:

  • (String)

    The description for the custom action target.

#idString

The ID for the custom action target.

Returns:

  • (String)

    The ID for the custom action target.

#nameString

The name of the custom action target.

Returns:

  • (String)

    The name of the custom action target.