Class: Aws::Types::CheckoutLicenseResponse
- Inherits:
-
Object
- Object
- Aws::Types::CheckoutLicenseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkout_type ⇒ "PROVISIONAL", "PERPETUAL"
Returns the value of attribute checkout_type.
-
#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_type ⇒ "PROVISIONAL", "PERPETUAL"
Returns the value of attribute checkout_type.
99 100 101 |
# File 'sig/types.rbs', line 99 def checkout_type @checkout_type end |
#entitlements_allowed ⇒ ::Array[Types::EntitlementData]
Returns the value of attribute entitlements_allowed.
101 102 103 |
# File 'sig/types.rbs', line 101 def entitlements_allowed @entitlements_allowed end |
#expiration ⇒ ::String
Returns the value of attribute expiration.
105 106 107 |
# File 'sig/types.rbs', line 105 def expiration @expiration end |
#issued_at ⇒ ::String
Returns the value of attribute issued_at.
104 105 106 |
# File 'sig/types.rbs', line 104 def issued_at @issued_at end |
#license_arn ⇒ ::String
Returns the value of attribute license_arn.
106 107 108 |
# File 'sig/types.rbs', line 106 def license_arn @license_arn end |
#license_consumption_token ⇒ ::String
Returns the value of attribute license_consumption_token.
100 101 102 |
# File 'sig/types.rbs', line 100 def license_consumption_token @license_consumption_token end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def node_id @node_id end |
#signed_token ⇒ ::String
Returns the value of attribute signed_token.
102 103 104 |
# File 'sig/types.rbs', line 102 def signed_token @signed_token end |