Class: Aws::Types::ServiceLevelAccountUsage
- Inherits:
-
Object
- Object
- Aws::Types::ServiceLevelAccountUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#total_support_eligible_spend ⇒ ::String
Returns the value of attribute total_support_eligible_spend.
Instance Attribute Details
#service_code ⇒ ::String
Returns the value of attribute service_code.
466 467 468 |
# File 'sig/types.rbs', line 466 def service_code @service_code end |
#total_support_eligible_spend ⇒ ::String
Returns the value of attribute total_support_eligible_spend.
467 468 469 |
# File 'sig/types.rbs', line 467 def total_support_eligible_spend @total_support_eligible_spend end |