Class: Aws::LicenseManager::Types::CreateLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseResponse
- Includes:
- Structure
- Defined in:
- 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.
790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 790 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
License status.
790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 790 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
License version.
790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 790 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |