UpdateStandardsControlRequest
public struct UpdateStandardsControlRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The updated status of the security standard control.
Declaration
Swift
public let controlStatus: ControlStatus? -
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
Declaration
Swift
public let disabledReason: String? -
The ARN of the security standard control to enable or disable.
Declaration
Swift
public let standardsControlArn: String -
Undocumented
Declaration
Swift
public init(controlStatus: ControlStatus? = nil, disabledReason: String? = nil, standardsControlArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateStandardsControlRequest Structure Reference