Class: Aws::Types::SendAgreementPaymentRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::SendAgreementPaymentRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#charge_amount ⇒ ::String
Returns the value of attribute charge_amount.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#term_id ⇒ ::String
Returns the value of attribute term_id.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
843 844 845 |
# File 'sig/types.rbs', line 843 def agreement_id @agreement_id end |
#charge_amount ⇒ ::String
Returns the value of attribute charge_amount.
846 847 848 |
# File 'sig/types.rbs', line 846 def charge_amount @charge_amount end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
842 843 844 |
# File 'sig/types.rbs', line 842 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
847 848 849 |
# File 'sig/types.rbs', line 847 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
845 846 847 |
# File 'sig/types.rbs', line 845 def name @name end |
#term_id ⇒ ::String
Returns the value of attribute term_id.
844 845 846 |
# File 'sig/types.rbs', line 844 def term_id @term_id end |