Module: Aws::BillingConductor::Client::_UpdateCustomLineItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCustomLineItemOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #association_size ⇒ ::Integer
- #billing_group_arn ⇒ ::String
- #charge_details ⇒ Types::ListCustomLineItemChargeDetails
- #description ⇒ ::String
- #last_modified_time ⇒ ::Integer
- #name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
565 |
# File 'sig/client.rbs', line 565
def arn: () -> ::String
|
#association_size ⇒ ::Integer
571 |
# File 'sig/client.rbs', line 571
def association_size: () -> ::Integer
|
#billing_group_arn ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def billing_group_arn: () -> ::String
|
#charge_details ⇒ Types::ListCustomLineItemChargeDetails
569 |
# File 'sig/client.rbs', line 569
def charge_details: () -> Types::ListCustomLineItemChargeDetails
|
#description ⇒ ::String
568 |
# File 'sig/client.rbs', line 568
def description: () -> ::String
|
#last_modified_time ⇒ ::Integer
570 |
# File 'sig/client.rbs', line 570
def last_modified_time: () -> ::Integer
|
#name ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def name: () -> ::String
|