DeleteConfigRuleRequest
public struct DeleteConfigRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the AWS Config rule that you want to delete.
Declaration
Swift
public let configRuleName: String
-
Undocumented
Declaration
Swift
public init(configRuleName: String)
-
Declaration
Swift
public func validate(name: String) throws