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:



1562
1563
1564
1565
1566
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1562

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