Class: Aws::LicenseManager::Types::GetLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license ⇒ Types::License
License details.
Instance Attribute Details
#license ⇒ Types::License
License details.
1562 1563 1564 1565 1566 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1562 class GetLicenseResponse < Struct.new( :license) SENSITIVE = [] include Aws::Structure end |