Module: Aws::LicenseManager::Client::_CreateLicenseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateLicenseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#license_arn ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def license_arn: () -> ::String
|
#status ⇒ "AVAILABLE", ...
213 |
# File 'sig/client.rbs', line 213
def status: () -> ("AVAILABLE" | "PENDING_AVAILABLE" | "DEACTIVATED" | "SUSPENDED" | "EXPIRED" | "PENDING_DELETE" | "DELETED")
|
#version ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def version: () -> ::String
|