Class: Aws::BCMPricingCalculator::Types::CreateBillScenarioRequest

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

#client_tokenString

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.

Returns:

  • (String)


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

#nameString

A descriptive name for the bill scenario.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags to apply to the bill scenario.

Returns:

  • (Hash<String,String>)


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