Class: Aws::Types::BatchCreateBillScenarioCommitmentModificationEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillScenarioCommitmentModificationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commitment_action ⇒ Types::BillScenarioCommitmentModificationAction
Returns the value of attribute commitment_action.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
Instance Attribute Details
#commitment_action ⇒ Types::BillScenarioCommitmentModificationAction
Returns the value of attribute commitment_action.
32 33 34 |
# File 'sig/types.rbs', line 32 def commitment_action @commitment_action end |
#group ⇒ ::String
Returns the value of attribute group.
30 31 32 |
# File 'sig/types.rbs', line 30 def group @group end |
#key ⇒ ::String
Returns the value of attribute key.
29 30 31 |
# File 'sig/types.rbs', line 29 def key @key end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
31 32 33 |
# File 'sig/types.rbs', line 31 def usage_account_id @usage_account_id end |