Class: Aws::Types::BatchCreateBillingAdjustmentItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillingAdjustmentItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_adjustment_request_id ⇒ ::String
Returns the value of attribute billing_adjustment_request_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
Instance Attribute Details
#billing_adjustment_request_id ⇒ ::String
Returns the value of attribute billing_adjustment_request_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def billing_adjustment_request_id @billing_adjustment_request_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
174 175 176 |
# File 'sig/types.rbs', line 174 def client_token @client_token end |