Class: Aws::Types::PurchaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#purchase_token ⇒ ::String
Returns the value of attribute purchase_token.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
15781 15782 15783 |
# File 'sig/types.rbs', line 15781 def instance_count @instance_count end |
#purchase_token ⇒ ::String
Returns the value of attribute purchase_token.
15782 15783 15784 |
# File 'sig/types.rbs', line 15782 def purchase_token @purchase_token end |