ListFailuresForLicenseConfigurationOperationsRequest

public struct ListFailuresForLicenseConfigurationOperationsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon Resource Name of the license configuration.

    Declaration

    Swift

    public let licenseConfigurationArn: String
  • Maximum number of results to return in a single call.

    Declaration

    Swift

    public let maxResults: Int?
  • Token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(licenseConfigurationArn: String, maxResults: Int? = nil, nextToken: String? = nil)