Class: Aws::Types::BatchUpdateBillScenarioUsageModificationEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateBillScenarioUsageModificationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amounts ⇒ ::Array[Types::UsageAmount]
Returns the value of attribute amounts.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#amounts ⇒ ::Array[Types::UsageAmount]
Returns the value of attribute amounts.
244 245 246 |
# File 'sig/types.rbs', line 244 def amounts @amounts end |
#group ⇒ ::String
Returns the value of attribute group.
243 244 245 |
# File 'sig/types.rbs', line 243 def group @group end |
#id ⇒ ::String
Returns the value of attribute id.
242 243 244 |
# File 'sig/types.rbs', line 242 def id @id end |