Class: Aws::SecurityHub::Types::DescribeActionTargetsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_targetsArray<Types::ActionTarget>

A list of ‘ActionTarget` objects. Each object includes the `ActionTargetArn`, `Description`, and `Name` of a custom action target available in Security Hub.

Returns:



24207
24208
24209
24210
24211
24212
# File 'lib/aws-sdk-securityhub/types.rb', line 24207

class DescribeActionTargetsResponse < Struct.new(
  :action_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to use to request the next page of results.

Returns:

  • (String)


24207
24208
24209
24210
24211
24212
# File 'lib/aws-sdk-securityhub/types.rb', line 24207

class DescribeActionTargetsResponse < Struct.new(
  :action_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end