Class: Aws::Types::CreateLicenseVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
284 285 286 |
# File 'sig/types.rbs', line 284 def license_arn @license_arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
286 287 288 |
# File 'sig/types.rbs', line 286 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
285 286 287 |
# File 'sig/types.rbs', line 285 def version @version end |