DescribeOrganizationConformancePacksRequest

public struct DescribeOrganizationConformancePacksRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of organization config packs returned on each page. If you do no specify a number, AWS Config uses the default. The default is 100.

    Declaration

    Swift

    public let limit: Int?
  • 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?
  • The name that you assign to an organization conformance pack.

    Declaration

    Swift

    public let organizationConformancePackNames: [String]?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws