Module: Aws::LicenseManager::Client::_CreateGrantVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGrantVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#grant_arn ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def grant_arn: () -> ::String
|
#status ⇒ "PENDING_WORKFLOW", ...
192 |
# File 'sig/client.rbs', line 192
def status: () -> ("PENDING_WORKFLOW" | "PENDING_ACCEPT" | "REJECTED" | "ACTIVE" | "FAILED_WORKFLOW" | "DELETED" | "PENDING_DELETE" | "DISABLED" | "WORKFLOW_COMPLETED")
|
#version ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def version: () -> ::String
|