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.
23266 23267 23268 23269 23270 23271 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23266 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.
23266 23267 23268 23269 23270 23271 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23266 class DescribeActionTargetsResponse < Struct.new( :action_targets, :next_token) SENSITIVE = [] include Aws::Structure end |