Class: Aws::LicenseManager::Types::GetLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
-
#version ⇒ String
License version.
Instance Attribute Details
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
1549 1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1549 class GetLicenseRequest < Struct.new( :license_arn, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
License version.
1549 1550 1551 1552 1553 1554 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1549 class GetLicenseRequest < Struct.new( :license_arn, :version) SENSITIVE = [] include Aws::Structure end |