DescribeConfigRulesRequest
public struct DescribeConfigRulesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of the AWS Config rules for which you want details. If you do not specify any names, AWS Config returns details for all your rules.
Declaration
Swift
public let configRuleNames: [String]?
-
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(configRuleNames: [String]? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws