Module: Aws::LicenseManager::Client::_CheckoutBorrowLicenseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CheckoutBorrowLicenseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #checkout_metadata ⇒ ::Array[Types::Metadata]
- #entitlements_allowed ⇒ ::Array[Types::EntitlementData]
- #expiration ⇒ ::String
- #issued_at ⇒ ::String
- #license_arn ⇒ ::String
- #license_consumption_token ⇒ ::String
- #node_id ⇒ ::String
- #signed_token ⇒ ::String
Instance Method Details
#checkout_metadata ⇒ ::Array[Types::Metadata]
113 |
# File 'sig/client.rbs', line 113
def checkout_metadata: () -> ::Array[Types::Metadata]
|
#entitlements_allowed ⇒ ::Array[Types::EntitlementData]
108 |
# File 'sig/client.rbs', line 108
def entitlements_allowed: () -> ::Array[Types::EntitlementData]
|
#expiration ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def expiration: () -> ::String
|
#issued_at ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def issued_at: () -> ::String
|
#license_arn ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def license_arn: () -> ::String
|
#license_consumption_token ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def license_consumption_token: () -> ::String
|
#node_id ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def node_id: () -> ::String
|
#signed_token ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def signed_token: () -> ::String
|