DescribeConformancePacksRequest

public struct DescribeConformancePacksRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Comma-separated list of conformance pack names for which you want details. If you do not specify any names, AWS Config returns details for all your conformance packs.

    Declaration

    Swift

    public let conformancePackNames: [String]?
  • The maximum number of conformance packs returned on each page.

    Declaration

    Swift

    public let limit: Int?
  • The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(conformancePackNames: [String]? = nil, limit: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws