Class: Aws::BCMPricingCalculator::Types::GetBillEstimateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The unique identifier of the bill estimate to retrieve.

Returns:

  • (String)


2029
2030
2031
2032
2033
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2029

class GetBillEstimateRequest < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end