Class: Aws::Billing::Types::ServiceLevelAccountUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ServiceLevelAccountUsage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Service-level usage details by account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_code ⇒ String
The service code for which to return Support-eligible spend data.
-
#total_support_eligible_spend ⇒ String
The total support-eligible spend for the service.
Instance Attribute Details
#service_code ⇒ String
The service code for which to return Support-eligible spend data.
1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-billing/types.rb', line 1754 class ServiceLevelAccountUsage < Struct.new( :service_code, :total_support_eligible_spend) SENSITIVE = [] include Aws::Structure end |
#total_support_eligible_spend ⇒ String
The total support-eligible spend for the service.
1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-billing/types.rb', line 1754 class ServiceLevelAccountUsage < Struct.new( :service_code, :total_support_eligible_spend) SENSITIVE = [] include Aws::Structure end |