Class: Aws::LicenseManager::Types::GetLicenseResponse

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

#licenseTypes::License

License details.

Returns:



1850
1851
1852
1853
1854
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1850

class GetLicenseResponse < Struct.new(
  :license)
  SENSITIVE = []
  include Aws::Structure
end