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