Class: Aws::Types::GetBillingAdjustmentRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::GetBillingAdjustmentRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#billing_adjustment_request_id ⇒ ::String
Returns the value of attribute billing_adjustment_request_id.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
490 491 492 |
# File 'sig/types.rbs', line 490 def agreement_id @agreement_id end |
#billing_adjustment_request_id ⇒ ::String
Returns the value of attribute billing_adjustment_request_id.
491 492 493 |
# File 'sig/types.rbs', line 491 def billing_adjustment_request_id @billing_adjustment_request_id end |