Class: Aws::Types::CheckoutBorrowLicenseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckoutBorrowLicenseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkout_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute checkout_metadata.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#digital_signature_method ⇒ "JWT_PS384"
Returns the value of attribute digital_signature_method.
-
#entitlements ⇒ ::Array[Types::EntitlementData]
Returns the value of attribute entitlements.
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
Instance Attribute Details
#checkout_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute checkout_metadata.
70 71 72 |
# File 'sig/types.rbs', line 70 def end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
71 72 73 |
# File 'sig/types.rbs', line 71 def client_token @client_token end |
#digital_signature_method ⇒ "JWT_PS384"
Returns the value of attribute digital_signature_method.
68 69 70 |
# File 'sig/types.rbs', line 68 def digital_signature_method @digital_signature_method end |
#entitlements ⇒ ::Array[Types::EntitlementData]
Returns the value of attribute entitlements.
67 68 69 |
# File 'sig/types.rbs', line 67 def entitlements @entitlements end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def license_arn @license_arn end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def node_id @node_id end |