Class: Aws::Types::GetLicenseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLicenseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
547 548 549 |
# File 'sig/types.rbs', line 547 def license_arn @license_arn end |
#version ⇒ ::String
Returns the value of attribute version.
548 549 550 |
# File 'sig/types.rbs', line 548 def version @version end |