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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billing/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_code ⇒ String

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

Returns:

  • (String)


1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1877

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.

Returns:

  • (String)


1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1877

class ServiceLevelAccountUsage < Struct.new(
  :service_code,
  :total_support_eligible_spend)
  SENSITIVE = []
  include Aws::Structure
end