Class: Aws::LicenseManager::Types::CreateLicenseVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_arn ⇒ String
License ARN.
-
#status ⇒ String
License status.
-
#version ⇒ String
New version of the license.
Instance Attribute Details
#license_arn ⇒ String
License ARN.
883 884 885 886 887 888 889 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 883 class CreateLicenseVersionResponse < Struct.new( :license_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
License status.
883 884 885 886 887 888 889 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 883 class CreateLicenseVersionResponse < Struct.new( :license_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
New version of the license.
883 884 885 886 887 888 889 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 883 class CreateLicenseVersionResponse < Struct.new( :license_arn, :version, :status) SENSITIVE = [] include Aws::Structure end |