ListUsageForLicenseConfigurationRequest

public struct ListUsageForLicenseConfigurationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Filters to scope the results. The following filters and logical operators are supported: resourceArn - The ARN of the license configuration resource. Logical operators are EQUALS | NOT_EQUALS. resourceType - The resource type (EC2_INSTANCE | EC2_HOST | EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are EQUALS | NOT_EQUALS. resourceAccount - The ID of the account that owns the resource. Logical operators are EQUALS | NOT_EQUALS.

    Declaration

    Swift

    public let filters: [Filter]?
  • Amazon Resource Name (ARN) 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(filters: [Filter]? = nil, licenseConfigurationArn: String, maxResults: Int? = nil, nextToken: String? = nil)