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
619 |
# File 'sig/client.rbs', line 619
def arn: () -> ::String
|
#associated_pricing_plan_count ⇒ ::Integer
626 |
# File 'sig/client.rbs', line 626
def associated_pricing_plan_count: () -> ::Integer
|
#billing_entity ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def billing_entity: () -> ::String
|
#description ⇒ ::String
621 |
# File 'sig/client.rbs', line 621
def description: () -> ::String
|
#last_modified_time ⇒ ::Integer
627 |
# File 'sig/client.rbs', line 627
def last_modified_time: () -> ::Integer
|
#modifier_percentage ⇒ ::Float
624 |
# File 'sig/client.rbs', line 624
def modifier_percentage: () -> ::Float
|
#name ⇒ ::String
620 |
# File 'sig/client.rbs', line 620
def name: () -> ::String
|
#operation ⇒ ::String
631 |
# File 'sig/client.rbs', line 631
def operation: () -> ::String
|
#scope ⇒ "GLOBAL", ...
622 |
# File 'sig/client.rbs', line 622
def scope: () -> ("GLOBAL" | "SERVICE" | "BILLING_ENTITY" | "SKU")
|
#service ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def service: () -> ::String
|
#tiering ⇒ Types::UpdateTieringInput
629 |
# File 'sig/client.rbs', line 629
def tiering: () -> Types::UpdateTieringInput
|
#type ⇒ "MARKUP", ...
623 |
# File 'sig/client.rbs', line 623
def type: () -> ("MARKUP" | "DISCOUNT" | "TIERING")
|
#usage_type ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def usage_type: () -> ::String
|