Class: Aws::SecurityHub::Types::DescribeActionTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeActionTargetsResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_targets ⇒ Array<Types::ActionTarget>
A list of
ActionTarget
objects. -
#next_token ⇒ String
The pagination token to use to request the next page of results.
Instance Attribute Details
#action_targets ⇒ Array<Types::ActionTarget>
A list of ActionTarget
objects. Each object includes the
ActionTargetArn
, Description
, and Name
of a custom action
target available in Security Hub.
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_token ⇒ String
The pagination token to use to request the next page of results.
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 |