Class: Aws::Types::GetBillingAdjustmentRequestOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBillingAdjustmentRequestOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustment_amount ⇒ ::String
Returns the value of attribute adjustment_amount.
-
#adjustment_reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute adjustment_reason_code.
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#billing_adjustment_request_id ⇒ ::String
Returns the value of attribute billing_adjustment_request_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#original_invoice_id ⇒ ::String
Returns the value of attribute original_invoice_id.
-
#status ⇒ "PENDING", ...
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
#adjustment_amount ⇒ ::String
Returns the value of attribute adjustment_amount.
501 502 503 |
# File 'sig/types.rbs', line 501 def adjustment_amount @adjustment_amount end |
#adjustment_reason_code ⇒ "INCORRECT_TERMS_ACCEPTED", ...
Returns the value of attribute adjustment_reason_code.
498 499 500 |
# File 'sig/types.rbs', line 498 def adjustment_reason_code @adjustment_reason_code end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
497 498 499 |
# File 'sig/types.rbs', line 497 def agreement_id @agreement_id end |
#billing_adjustment_request_id ⇒ ::String
Returns the value of attribute billing_adjustment_request_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def billing_adjustment_request_id @billing_adjustment_request_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
505 506 507 |
# File 'sig/types.rbs', line 505 def created_at @created_at end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
502 503 504 |
# File 'sig/types.rbs', line 502 def currency_code @currency_code end |
#description ⇒ ::String
Returns the value of attribute description.
499 500 501 |
# File 'sig/types.rbs', line 499 def description @description end |
#original_invoice_id ⇒ ::String
Returns the value of attribute original_invoice_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def original_invoice_id @original_invoice_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
503 504 505 |
# File 'sig/types.rbs', line 503 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
504 505 506 |
# File 'sig/types.rbs', line 504 def @status_message end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
506 507 508 |
# File 'sig/types.rbs', line 506 def updated_at @updated_at end |