ListAssessmentRunAgentsResponse
public struct ListAssessmentRunAgentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of ARNs that specifies the agents returned by the action.
Declaration
Swift
public let assessmentRunAgents: [AssessmentRunAgent] -
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(assessmentRunAgents: [AssessmentRunAgent], nextToken: String? = nil)
View on GitHub
ListAssessmentRunAgentsResponse Structure Reference