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.
957 958 959 960 961 962 963 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 957 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
License status.
957 958 959 960 961 962 963 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 957 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
License version.
957 958 959 960 961 962 963 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 957 class CreateLicenseResponse < Struct.new( :license_arn, :status, :version) SENSITIVE = [] include Aws::Structure end |