UpdateLicenseConfigurationRequest
public struct UpdateLicenseConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
New description of the license configuration.
Declaration
Swift
public let description: String?
-
Amazon Resource Name (ARN) of the license configuration.
Declaration
Swift
public let licenseConfigurationArn: String
-
New status of the license configuration.
Declaration
Swift
public let licenseConfigurationStatus: LicenseConfigurationStatus?
-
New number of licenses managed by the license configuration.
Declaration
Swift
public let licenseCount: Int64?
-
New hard limit of the number of available licenses.
Declaration
Swift
public let licenseCountHardLimit: Bool?
-
New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
Declaration
Swift
public let licenseRules: [String]?
-
New name of the license configuration.
Declaration
Swift
public let name: String?
-
New product information.
Declaration
Swift
public let productInformationList: [ProductInformation]?
-
init(description:licenseConfigurationArn:licenseConfigurationStatus:licenseCount:licenseCountHardLimit:licenseRules:name:productInformationList:)
Undocumented
Declaration
Swift
public init(description: String? = nil, licenseConfigurationArn: String, licenseConfigurationStatus: LicenseConfigurationStatus? = nil, licenseCount: Int64? = nil, licenseCountHardLimit: Bool? = nil, licenseRules: [String]? = nil, name: String? = nil, productInformationList: [ProductInformation]? = nil)