Class: Aws::Types::BillScenarioCommitmentModificationItem
- Inherits:
-
Object
- Object
- Aws::Types::BillScenarioCommitmentModificationItem
- 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.
-
#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.
393 394 395 |
# File 'sig/types.rbs', line 393 def commitment_action @commitment_action end |
#group ⇒ ::String
Returns the value of attribute group.
392 393 394 |
# File 'sig/types.rbs', line 392 def group @group end |
#id ⇒ ::String
Returns the value of attribute id.
390 391 392 |
# File 'sig/types.rbs', line 390 def id @id end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
391 392 393 |
# File 'sig/types.rbs', line 391 def usage_account_id @usage_account_id end |