ListUsageForLicenseConfigurationResponse
public struct ListUsageForLicenseConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the license configurations.
Declaration
Swift
public let licenseConfigurationUsageList: [LicenseConfigurationUsage]?
-
Token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(licenseConfigurationUsageList: [LicenseConfigurationUsage]? = nil, nextToken: String? = nil)