Class: Aws::Types::CancelAgreementCancellationRequestOutput
- Inherits:
-
Object
- Object
- Aws::Types::CancelAgreementCancellationRequestOutput
- 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.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#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.
228 229 230 |
# File 'sig/types.rbs', line 228 def agreement_cancellation_request_id @agreement_cancellation_request_id end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
229 230 231 |
# File 'sig/types.rbs', line 229 def agreement_id @agreement_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
234 235 236 |
# File 'sig/types.rbs', line 234 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
231 232 233 |
# File 'sig/types.rbs', line 231 def description @description end |
#reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute reason_code.
230 231 232 |
# File 'sig/types.rbs', line 230 def reason_code @reason_code end |
#status ⇒ "PENDING_APPROVAL", ...
Returns the value of attribute status.
232 233 234 |
# File 'sig/types.rbs', line 232 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
233 234 235 |
# File 'sig/types.rbs', line 233 def @status_message end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
235 236 237 |
# File 'sig/types.rbs', line 235 def updated_at @updated_at end |