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