Class: Aws::Types::CancelAgreementCancellationRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelAgreementCancellationRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_cancellation_request_id ⇒ ::String
Returns the value of attribute agreement_cancellation_request_id.
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#cancellation_reason ⇒ ::String
Returns the value of attribute cancellation_reason.
Instance Attribute Details
#agreement_cancellation_request_id ⇒ ::String
Returns the value of attribute agreement_cancellation_request_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def agreement_cancellation_request_id @agreement_cancellation_request_id end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def agreement_id @agreement_id end |
#cancellation_reason ⇒ ::String
Returns the value of attribute cancellation_reason.
223 224 225 |
# File 'sig/types.rbs', line 223 def cancellation_reason @cancellation_reason end |