ValidateSecurityProfileBehaviorsResponse
public struct ValidateSecurityProfileBehaviorsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
True if the behaviors were valid.
Declaration
Swift
public let valid: Bool? -
The list of any errors found in the behaviors.
Declaration
Swift
public let validationErrors: [ValidationError]? -
Undocumented
Declaration
Swift
public init(valid: Bool? = nil, validationErrors: [ValidationError]? = nil)
View on GitHub
ValidateSecurityProfileBehaviorsResponse Structure Reference