Class: Aws::Types::BillEstimateInputCommitmentModificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillEstimateInputCommitmentModificationSummary
- 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.
316 317 318 |
# File 'sig/types.rbs', line 316 def commitment_action @commitment_action end |
#group ⇒ ::String
Returns the value of attribute group.
314 315 316 |
# File 'sig/types.rbs', line 314 def group @group end |
#id ⇒ ::String
Returns the value of attribute id.
313 314 315 |
# File 'sig/types.rbs', line 313 def id @id end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def usage_account_id @usage_account_id end |