AWSEC2ImportImageLicenseConfigurationResponse
Objective-C
@interface AWSEC2ImportImageLicenseConfigurationResponse
Swift
class AWSEC2ImportImageLicenseConfigurationResponse
The response information for license configurations.
-
The ARN of a license configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable licenseConfigurationArn;
Swift
var licenseConfigurationArn: String? { get set }