ListLicenseConfigurationsRequest

public struct ListLicenseConfigurationsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Filters to scope the results. The following filters and logical operators are supported: licenseCountingType - The dimension on which licenses are counted. Possible values are vCPU | Instance | Core | Socket. Logical operators are EQUALS | NOT_EQUALS. enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used. Logical operators are EQUALS | NOT_EQUALS. usagelimitExceeded - A Boolean value that indicates whether the available licenses have been exceeded. Logical operators are EQUALS | NOT_EQUALS.

    Declaration

    Swift

    public let filters: [Filter]?
  • Amazon Resource Names (ARN) of the license configurations.

    Declaration

    Swift

    public let licenseConfigurationArns: [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(filters: [Filter]? = nil, licenseConfigurationArns: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)