Class: Aws::Types::BatchUpdateWorkloadEstimateUsageEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateWorkloadEstimateUsageEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
270 271 272 |
# File 'sig/types.rbs', line 270 def amount @amount end |
#group ⇒ ::String
Returns the value of attribute group.
269 270 271 |
# File 'sig/types.rbs', line 269 def group @group end |
#id ⇒ ::String
Returns the value of attribute id.
268 269 270 |
# File 'sig/types.rbs', line 268 def id @id end |