Class: Aws::BCMPricingCalculator::Types::CreateBillScenarioRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::CreateBillScenarioRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#name ⇒ String
A descriptive name for the bill scenario.
-
#tags ⇒ Hash<String,String>
The tags to apply to the bill scenario.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1740 class CreateBillScenarioRequest < Struct.new( :name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A descriptive name for the bill scenario.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1740 class CreateBillScenarioRequest < Struct.new( :name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to apply to the bill scenario.
1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1740 class CreateBillScenarioRequest < Struct.new( :name, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |