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