Class: Aws::Types::SendAgreementCancellationRequestOutput
- Inherits:
-
Object
- Object
- Aws::Types::SendAgreementCancellationRequestOutput
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute reason_code.
-
#status ⇒ "PENDING_APPROVAL", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agreement_cancellation_request_id ⇒ ::String
Returns the value of attribute agreement_cancellation_request_id.
832 833 834 |
# File 'sig/types.rbs', line 832 def agreement_cancellation_request_id @agreement_cancellation_request_id end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
831 832 833 |
# File 'sig/types.rbs', line 831 def agreement_id @agreement_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
836 837 838 |
# File 'sig/types.rbs', line 836 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
835 836 837 |
# File 'sig/types.rbs', line 835 def description @description end |
#reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute reason_code.
834 835 836 |
# File 'sig/types.rbs', line 834 def reason_code @reason_code end |
#status ⇒ "PENDING_APPROVAL", ...
Returns the value of attribute status.
833 834 835 |
# File 'sig/types.rbs', line 833 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
837 838 839 |
# File 'sig/types.rbs', line 837 def updated_at @updated_at end |