Class: Aws::LicenseManager::Types::CreateLicenseResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_arnString

Amazon Resource Name (ARN) of the license.

Returns:

  • (String)


790
791
792
793
794
795
796
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 790

class CreateLicenseResponse < Struct.new(
  :license_arn,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

License status.

Returns:

  • (String)


790
791
792
793
794
795
796
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 790

class CreateLicenseResponse < Struct.new(
  :license_arn,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

License version.

Returns:

  • (String)


790
791
792
793
794
795
796
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 790

class CreateLicenseResponse < Struct.new(
  :license_arn,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end