Class: Aws::LicenseManager::Types::CreateLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
-
#status ⇒ String
License status.
-
#version ⇒ String
License version.
Instance Attribute Details
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
770 771 772 773 774 775 776 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 770 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
License status.
770 771 772 773 774 775 776 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 770 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
License version.
770 771 772 773 774 775 776 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 770 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |