Class: Aws::LicenseManager::Types::GetLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseRequest
- Defined in:
- gems/aws-sdk-licensemanager/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.
1528 1529 1530 1531 1532 1533 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1528 class GetLicenseRequest < Struct.new( :license_arn, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
License version.
1528 1529 1530 1531 1532 1533 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1528 class GetLicenseRequest < Struct.new( :license_arn, :version) SENSITIVE = [] include Aws::Structure end |