Class: Aws::Types::BatchCreateBillScenarioCommitmentModificationItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillScenarioCommitmentModificationItem
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
48 49 50 |
# File 'sig/types.rbs', line 48 def commitment_action @commitment_action end |
#group ⇒ ::String
Returns the value of attribute group.
46 47 48 |
# File 'sig/types.rbs', line 46 def group @group end |
#id ⇒ ::String
Returns the value of attribute id.
45 46 47 |
# File 'sig/types.rbs', line 45 def id @id end |
#key ⇒ ::String
Returns the value of attribute key.
44 45 46 |
# File 'sig/types.rbs', line 44 def key @key end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
47 48 49 |
# File 'sig/types.rbs', line 47 def usage_account_id @usage_account_id end |