ListAssociationsForLicenseConfigurationResponse
public struct ListAssociationsForLicenseConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the associations for the license configuration.
Declaration
Swift
public let licenseConfigurationAssociations: [LicenseConfigurationAssociation]? -
Token for the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(licenseConfigurationAssociations: [LicenseConfigurationAssociation]? = nil, nextToken: String? = nil)
View on GitHub
ListAssociationsForLicenseConfigurationResponse Structure Reference