DeleteRemediationConfigurationRequest
public struct DeleteRemediationConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the AWS Config rule for which you want to delete remediation configuration.
Declaration
Swift
public let configRuleName: String -
The type of a resource.
Declaration
Swift
public let resourceType: String? -
Undocumented
Declaration
Swift
public init(configRuleName: String, resourceType: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteRemediationConfigurationRequest Structure Reference