Class: Aws::Billing::Types::ServiceLevelAccountUsage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#service_codeString

The service code for which to return Support-eligible spend data.

Returns:

  • (String)


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_spendString

The total support-eligible spend for the service.

Returns:

  • (String)


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