Class: Aws::Types::BatchCreateBillScenarioCommitmentModificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillScenarioCommitmentModificationRequest
- 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.
-
#commitment_modifications ⇒ ::Array[Types::BatchCreateBillScenarioCommitmentModificationEntry]
Returns the value of attribute commitment_modifications.
Instance Attribute Details
#bill_scenario_id ⇒ ::String
Returns the value of attribute bill_scenario_id.
53 54 55 |
# File 'sig/types.rbs', line 53 def bill_scenario_id @bill_scenario_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
55 56 57 |
# File 'sig/types.rbs', line 55 def client_token @client_token end |
#commitment_modifications ⇒ ::Array[Types::BatchCreateBillScenarioCommitmentModificationEntry]
Returns the value of attribute commitment_modifications.
54 55 56 |
# File 'sig/types.rbs', line 54 def commitment_modifications @commitment_modifications end |