Class: Aws::Types::AgreementCancellationRequestSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgreementCancellationRequestSummary
- 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.
-
#agreement_type ⇒ ::String
Returns the value of attribute agreement_type.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
119 120 121 |
# File 'sig/types.rbs', line 119 def agreement_cancellation_request_id @agreement_cancellation_request_id end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def agreement_id @agreement_id end |
#agreement_type ⇒ ::String
Returns the value of attribute agreement_type.
123 124 125 |
# File 'sig/types.rbs', line 123 def agreement_type @agreement_type end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
124 125 126 |
# File 'sig/types.rbs', line 124 def catalog @catalog end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
125 126 127 |
# File 'sig/types.rbs', line 125 def created_at @created_at end |
#reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute reason_code.
122 123 124 |
# File 'sig/types.rbs', line 122 def reason_code @reason_code end |
#status ⇒ "PENDING_APPROVAL", ...
Returns the value of attribute status.
121 122 123 |
# File 'sig/types.rbs', line 121 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
126 127 128 |
# File 'sig/types.rbs', line 126 def updated_at @updated_at end |