Class: Aws::Types::SendAgreementCancellationRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::SendAgreementCancellationRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute reason_code.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
823 824 825 |
# File 'sig/types.rbs', line 823 def agreement_id @agreement_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
825 826 827 |
# File 'sig/types.rbs', line 825 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
826 827 828 |
# File 'sig/types.rbs', line 826 def description @description end |
#reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute reason_code.
824 825 826 |
# File 'sig/types.rbs', line 824 def reason_code @reason_code end |