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
ActionTargetobjects. -
#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.
23998 23999 24000 24001 24002 24003 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23998 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.
23998 23999 24000 24001 24002 24003 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23998 class DescribeActionTargetsResponse < Struct.new( :action_targets, :next_token) SENSITIVE = [] include Aws::Structure end |