Class: Aws::LicenseManager::Types::CreateLicenseVersionResponse

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

License ARN.

Returns:

  • (String)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 883

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

#statusString

License status.

Returns:

  • (String)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 883

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

#versionString

New version of the license.

Returns:

  • (String)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 883

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