DescribeActionTargetsRequest
public struct DescribeActionTargetsRequest : AWSShape
extension SecurityHub.DescribeActionTargetsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of custom action target ARNs for the custom action targets to retrieve.
Declaration
Swift
public let actionTargetArns: [String]?
-
The maximum number of results to return.
Declaration
Swift
public let maxResults: Int?
-
The token that is required for pagination. On your first call to the DescribeActionTargets operation, set the value of this parameter to NULL. For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(actionTargetArns: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SecurityHub.DescribeActionTargetsRequest