DescribeOrganizationConformancePackStatusesRequest

public struct DescribeOrganizationConformancePackStatusesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of OrganizationConformancePackStatuses 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 names of organization conformance packs for which you want status details. If you do not specify any names, AWS Config returns details for all your organization conformance packs.

    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