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
603 |
# File 'sig/client.rbs', line 603
def arn: () -> ::String
|
#description ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def description: () -> ::String
|
#last_modified_time ⇒ ::Integer
607 |
# File 'sig/client.rbs', line 607
def last_modified_time: () -> ::Integer
|
#name ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def name: () -> ::String
|
#size ⇒ ::Integer
606 |
# File 'sig/client.rbs', line 606
def size: () -> ::Integer
|