DescribeActionTargetsResponse
public struct DescribeActionTargetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.
Declaration
Swift
public let actionTargets: [ActionTarget] -
The pagination token to use to request the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(actionTargets: [ActionTarget], nextToken: String? = nil)
View on GitHub
DescribeActionTargetsResponse Structure Reference