Class: Aws::Types::CheckoutLicenseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckoutLicenseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#beneficiary ⇒ ::String
Returns the value of attribute beneficiary.
-
#checkout_type ⇒ "PROVISIONAL", "PERPETUAL"
Returns the value of attribute checkout_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#entitlements ⇒ ::Array[Types::EntitlementData]
Returns the value of attribute entitlements.
-
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#product_sku ⇒ ::String
Returns the value of attribute product_sku.
Instance Attribute Details
#beneficiary ⇒ ::String
Returns the value of attribute beneficiary.
93 94 95 |
# File 'sig/types.rbs', line 93 def beneficiary @beneficiary end |
#checkout_type ⇒ "PROVISIONAL", "PERPETUAL"
Returns the value of attribute checkout_type.
89 90 91 |
# File 'sig/types.rbs', line 89 def checkout_type @checkout_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
92 93 94 |
# File 'sig/types.rbs', line 92 def client_token @client_token end |
#entitlements ⇒ ::Array[Types::EntitlementData]
Returns the value of attribute entitlements.
91 92 93 |
# File 'sig/types.rbs', line 91 def entitlements @entitlements end |
#key_fingerprint ⇒ ::String
Returns the value of attribute key_fingerprint.
90 91 92 |
# File 'sig/types.rbs', line 90 def key_fingerprint @key_fingerprint end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def node_id @node_id end |
#product_sku ⇒ ::String
Returns the value of attribute product_sku.
88 89 90 |
# File 'sig/types.rbs', line 88 def product_sku @product_sku end |