Class: Aws::BCMPricingCalculator::Types::HistoricalUsageEntity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb

Overview

Represents historical usage data for a specific entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::BillInterval

The time interval for the historical usage data.

Returns:



2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2262

class HistoricalUsageEntity < Struct.new(
  :service_code,
  :usage_type,
  :operation,
  :location,
  :usage_account_id,
  :bill_interval,
  :filter_expression)
  SENSITIVE = []
  include Aws::Structure
end

#filter_expressionTypes::Expression

An optional filter expression to apply to the historical usage data.

Returns:



2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2262

class HistoricalUsageEntity < Struct.new(
  :service_code,
  :usage_type,
  :operation,
  :location,
  :usage_account_id,
  :bill_interval,
  :filter_expression)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The location associated with the usage.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2262

class HistoricalUsageEntity < Struct.new(
  :service_code,
  :usage_type,
  :operation,
  :location,
  :usage_account_id,
  :bill_interval,
  :filter_expression)
  SENSITIVE = []
  include Aws::Structure
end

#operationString

The specific operation associated with the usage.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2262

class HistoricalUsageEntity < Struct.new(
  :service_code,
  :usage_type,
  :operation,
  :location,
  :usage_account_id,
  :bill_interval,
  :filter_expression)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The Amazon Web Services service code associated with the usage.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2262

class HistoricalUsageEntity < Struct.new(
  :service_code,
  :usage_type,
  :operation,
  :location,
  :usage_account_id,
  :bill_interval,
  :filter_expression)
  SENSITIVE = []
  include Aws::Structure
end

#usage_account_idString

The Amazon Web Services account ID associated with the usage.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2262

class HistoricalUsageEntity < Struct.new(
  :service_code,
  :usage_type,
  :operation,
  :location,
  :usage_account_id,
  :bill_interval,
  :filter_expression)
  SENSITIVE = []
  include Aws::Structure
end

#usage_typeString

The type of usage.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2262

class HistoricalUsageEntity < Struct.new(
  :service_code,
  :usage_type,
  :operation,
  :location,
  :usage_account_id,
  :bill_interval,
  :filter_expression)
  SENSITIVE = []
  include Aws::Structure
end