Module: Aws::LicenseManager::Client::_CheckoutLicenseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CheckoutLicenseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #checkout_type ⇒ "PROVISIONAL", "PERPETUAL"
- #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_type ⇒ "PROVISIONAL", "PERPETUAL"
139 |
# File 'sig/client.rbs', line 139 def checkout_type: () -> ("PROVISIONAL" | "PERPETUAL") |
#entitlements_allowed ⇒ ::Array[Types::EntitlementData]
141 |
# File 'sig/client.rbs', line 141 def entitlements_allowed: () -> ::Array[Types::EntitlementData] |
#expiration ⇒ ::String
145 |
# File 'sig/client.rbs', line 145 def expiration: () -> ::String |
#issued_at ⇒ ::String
144 |
# File 'sig/client.rbs', line 144 def issued_at: () -> ::String |
#license_arn ⇒ ::String
146 |
# File 'sig/client.rbs', line 146 def license_arn: () -> ::String |
#license_consumption_token ⇒ ::String
140 |
# File 'sig/client.rbs', line 140 def license_consumption_token: () -> ::String |
#node_id ⇒ ::String
143 |
# File 'sig/client.rbs', line 143 def node_id: () -> ::String |
#signed_token ⇒ ::String
142 |
# File 'sig/client.rbs', line 142 def signed_token: () -> ::String |