Module: Aws::BillingConductor::Client::_UpdatePricingPlanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePricingPlanOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #last_modified_time ⇒ ::Integer
- #name ⇒ ::String
- #size ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
639 |
# File 'sig/client.rbs', line 639
def arn: () -> ::String
|
#description ⇒ ::String
641 |
# File 'sig/client.rbs', line 641
def description: () -> ::String
|
#last_modified_time ⇒ ::Integer
643 |
# File 'sig/client.rbs', line 643
def last_modified_time: () -> ::Integer
|
#name ⇒ ::String
640 |
# File 'sig/client.rbs', line 640
def name: () -> ::String
|
#size ⇒ ::Integer
642 |
# File 'sig/client.rbs', line 642
def size: () -> ::Integer
|