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

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

#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:



24211
24212
24213
24214
24215
24216
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24211

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)


24211
24212
24213
24214
24215
24216
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24211

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