Class: Aws::Types::CreateLicenseResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseResponse
- 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.
260 261 262 |
# File 'sig/types.rbs', line 260 def license_arn @license_arn end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
261 262 263 |
# File 'sig/types.rbs', line 261 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
262 263 264 |
# File 'sig/types.rbs', line 262 def version @version end |