DescribeComplianceByConfigRuleRequest

public struct DescribeComplianceByConfigRuleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Filters the results by compliance. The allowed values are COMPLIANT and NON_COMPLIANT.

    Declaration

    Swift

    public let complianceTypes: [ComplianceType]?
  • Specify one or more AWS Config rule names to filter the results by rule.

    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(complianceTypes: [ComplianceType]? = nil, configRuleNames: [String]? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws