UpdateLicenseSpecificationsForResourceRequest
public struct UpdateLicenseSpecificationsForResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
ARNs of the license configurations to add.
Declaration
Swift
public let addLicenseSpecifications: [LicenseSpecification]? -
ARNs of the license configurations to remove.
Declaration
Swift
public let removeLicenseSpecifications: [LicenseSpecification]? -
Amazon Resource Name (ARN) of the AWS resource.
Declaration
Swift
public let resourceArn: String -
Undocumented
Declaration
Swift
public init(addLicenseSpecifications: [LicenseSpecification]? = nil, removeLicenseSpecifications: [LicenseSpecification]? = nil, resourceArn: String)
View on GitHub
UpdateLicenseSpecificationsForResourceRequest Structure Reference