Class: Aws::Types::BillingAdjustmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillingAdjustmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustment_amount ⇒ ::String
Returns the value of attribute adjustment_amount.
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#agreement_type ⇒ ::String
Returns the value of attribute agreement_type.
-
#billing_adjustment_request_id ⇒ ::String
Returns the value of attribute billing_adjustment_request_id.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#original_invoice_id ⇒ ::String
Returns the value of attribute original_invoice_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#adjustment_amount ⇒ ::String
Returns the value of attribute adjustment_amount.
203 204 205 |
# File 'sig/types.rbs', line 203 def adjustment_amount @adjustment_amount end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def agreement_id @agreement_id end |
#agreement_type ⇒ ::String
Returns the value of attribute agreement_type.
209 210 211 |
# File 'sig/types.rbs', line 209 def agreement_type @agreement_type end |
#billing_adjustment_request_id ⇒ ::String
Returns the value of attribute billing_adjustment_request_id.
201 202 203 |
# File 'sig/types.rbs', line 201 def billing_adjustment_request_id @billing_adjustment_request_id end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
210 211 212 |
# File 'sig/types.rbs', line 210 def catalog @catalog end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
207 208 209 |
# File 'sig/types.rbs', line 207 def created_at @created_at end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
204 205 206 |
# File 'sig/types.rbs', line 204 def currency_code @currency_code end |
#original_invoice_id ⇒ ::String
Returns the value of attribute original_invoice_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def original_invoice_id @original_invoice_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
205 206 207 |
# File 'sig/types.rbs', line 205 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
208 209 210 |
# File 'sig/types.rbs', line 208 def updated_at @updated_at end |