Class: Aws::Types::CheckInLicenseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckInLicenseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#beneficiary ⇒ ::String
Returns the value of attribute beneficiary.
-
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
Instance Attribute Details
#beneficiary ⇒ ::String
Returns the value of attribute beneficiary.
58 59 60 |
# File 'sig/types.rbs', line 58 def beneficiary @beneficiary end |
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
57 58 59 |
# File 'sig/types.rbs', line 57 def license_consumption_token @license_consumption_token end |