Class: Aws::BCMPricingCalculator::Types::BillScenarioUsageModificationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BillScenarioUsageModificationItem
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a usage modification item in a bill scenario.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The availability zone associated with this usage modification, if applicable.
-
#group ⇒ String
The group identifier for the usage modification.
-
#historical_usage ⇒ Types::HistoricalUsageEntity
Historical usage data associated with this modification, if available.
-
#id ⇒ String
The unique identifier of the usage modification.
-
#location ⇒ String
The location associated with this usage modification.
-
#operation ⇒ String
The specific operation associated with this usage modification.
-
#quantities ⇒ Array<Types::UsageQuantity>
The modified usage quantities.
-
#service_code ⇒ String
The Amazon Web Services service code for this usage modification.
-
#usage_account_id ⇒ String
The Amazon Web Services account ID associated with this usage modification.
-
#usage_type ⇒ String
The type of usage being modified.
Instance Attribute Details
#availability_zone ⇒ String
The availability zone associated with this usage modification, if applicable.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The group identifier for the usage modification.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Historical usage data associated with this modification, if available.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the usage modification.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location associated with this usage modification.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The specific operation associated with this usage modification.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#quantities ⇒ Array<Types::UsageQuantity>
The modified usage quantities.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The Amazon Web Services service code for this usage modification.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#usage_account_id ⇒ String
The Amazon Web Services account ID associated with this usage modification.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The type of usage being modified.
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1528 class BillScenarioUsageModificationItem < Struct.new( :service_code, :usage_type, :operation, :location, :availability_zone, :id, :group, :usage_account_id, :quantities, :historical_usage) SENSITIVE = [] include Aws::Structure end |