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

Class: Aws::SecurityHub::Types::UpdateActionTargetRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#action_target_arnString

The ARN of the custom action target to update.

Returns:

  • (String)

    The ARN of the custom action target to update.

#descriptionString

The updated description for the custom action target.

Returns:

  • (String)

    The updated description for the custom action target.

#nameString

The updated name of the custom action target.

Returns:

  • (String)

    The updated name of the custom action target.