Class: Aws::Types::BatchCreateBillScenarioUsageModificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillScenarioUsageModificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bill_scenario_id ⇒ ::String
Returns the value of attribute bill_scenario_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#usage_modifications ⇒ ::Array[Types::BatchCreateBillScenarioUsageModificationEntry]
Returns the value of attribute usage_modifications.
Instance Attribute Details
#bill_scenario_id ⇒ ::String
Returns the value of attribute bill_scenario_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def bill_scenario_id @bill_scenario_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
103 104 105 |
# File 'sig/types.rbs', line 103 def client_token @client_token end |
#usage_modifications ⇒ ::Array[Types::BatchCreateBillScenarioUsageModificationEntry]
Returns the value of attribute usage_modifications.
102 103 104 |
# File 'sig/types.rbs', line 102 def usage_modifications @usage_modifications end |