Class: Aws::Types::CheckoutBorrowLicenseResponse
- Inherits:
-
Object
- Object
- Aws::Types::CheckoutBorrowLicenseResponse
- 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.
-
#entitlements_allowed ⇒ ::Array[Types::EntitlementData]
Returns the value of attribute entitlements_allowed.
-
#expiration ⇒ ::String
Returns the value of attribute expiration.
-
#issued_at ⇒ ::String
Returns the value of attribute issued_at.
-
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
-
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#signed_token ⇒ ::String
Returns the value of attribute signed_token.
Instance Attribute Details
#checkout_metadata ⇒ ::Array[Types::Metadata]
Returns the value of attribute checkout_metadata.
83 84 85 |
# File 'sig/types.rbs', line 83 def end |
#entitlements_allowed ⇒ ::Array[Types::EntitlementData]
Returns the value of attribute entitlements_allowed.
78 79 80 |
# File 'sig/types.rbs', line 78 def entitlements_allowed @entitlements_allowed end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
82 83 84 |
# File 'sig/types.rbs', line 82 def expiration @expiration end |
#issued_at ⇒ ::String
Returns the value of attribute issued_at.
81 82 83 |
# File 'sig/types.rbs', line 81 def issued_at @issued_at end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def license_arn @license_arn end |
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
77 78 79 |
# File 'sig/types.rbs', line 77 def license_consumption_token @license_consumption_token end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
79 80 81 |
# File 'sig/types.rbs', line 79 def node_id @node_id end |
#signed_token ⇒ ::String
Returns the value of attribute signed_token.
80 81 82 |
# File 'sig/types.rbs', line 80 def signed_token @signed_token end |