ListLicenseSpecificationsForResourceResponse
public struct ListLicenseSpecificationsForResourceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
License configurations associated with a resource.
Declaration
Swift
public let licenseSpecifications: [LicenseSpecification]? -
Token for the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(licenseSpecifications: [LicenseSpecification]? = nil, nextToken: String? = nil)
View on GitHub
ListLicenseSpecificationsForResourceResponse Structure Reference