Module: Aws::BillingConductor::Client::_UpdatePricingRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePricingRuleOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #associated_pricing_plan_count ⇒ ::Integer
- #billing_entity ⇒ ::String
- #description ⇒ ::String
- #last_modified_time ⇒ ::Integer
- #modifier_percentage ⇒ ::Float
- #name ⇒ ::String
- #operation ⇒ ::String
- #scope ⇒ "GLOBAL", ...
- #service ⇒ ::String
- #tiering ⇒ Types::UpdateTieringInput
- #type ⇒ "MARKUP", ...
- #usage_type ⇒ ::String
Instance Method Details
#arn ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def arn: () -> ::String
|
#associated_pricing_plan_count ⇒ ::Integer
662 |
# File 'sig/client.rbs', line 662
def associated_pricing_plan_count: () -> ::Integer
|
#billing_entity ⇒ ::String
664 |
# File 'sig/client.rbs', line 664
def billing_entity: () -> ::String
|
#description ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def description: () -> ::String
|
#last_modified_time ⇒ ::Integer
663 |
# File 'sig/client.rbs', line 663
def last_modified_time: () -> ::Integer
|
#modifier_percentage ⇒ ::Float
660 |
# File 'sig/client.rbs', line 660
def modifier_percentage: () -> ::Float
|
#name ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def name: () -> ::String
|
#operation ⇒ ::String
667 |
# File 'sig/client.rbs', line 667
def operation: () -> ::String
|
#scope ⇒ "GLOBAL", ...
658 |
# File 'sig/client.rbs', line 658
def scope: () -> ("GLOBAL" | "SERVICE" | "BILLING_ENTITY" | "SKU")
|
#service ⇒ ::String
661 |
# File 'sig/client.rbs', line 661
def service: () -> ::String
|
#tiering ⇒ Types::UpdateTieringInput
665 |
# File 'sig/client.rbs', line 665
def tiering: () -> Types::UpdateTieringInput
|
#type ⇒ "MARKUP", ...
659 |
# File 'sig/client.rbs', line 659
def type: () -> ("MARKUP" | "DISCOUNT" | "TIERING")
|
#usage_type ⇒ ::String
666 |
# File 'sig/client.rbs', line 666
def usage_type: () -> ::String
|