Module: Aws::BillingConductor::Client::_UpdateBillingGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBillingGroupOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_grouping ⇒ Types::UpdateBillingGroupAccountGrouping
- #arn ⇒ ::String
- #description ⇒ ::String
- #last_modified_time ⇒ ::Integer
- #name ⇒ ::String
- #pricing_plan_arn ⇒ ::String
- #primary_account_id ⇒ ::String
- #size ⇒ ::Integer
- #status ⇒ "ACTIVE", ...
- #status_reason ⇒ ::String
Instance Method Details
#account_grouping ⇒ Types::UpdateBillingGroupAccountGrouping
545 |
# File 'sig/client.rbs', line 545
def account_grouping: () -> Types::UpdateBillingGroupAccountGrouping
|
#arn ⇒ ::String
536 |
# File 'sig/client.rbs', line 536
def arn: () -> ::String
|
#description ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def description: () -> ::String
|
#last_modified_time ⇒ ::Integer
542 |
# File 'sig/client.rbs', line 542
def last_modified_time: () -> ::Integer
|
#name ⇒ ::String
537 |
# File 'sig/client.rbs', line 537
def name: () -> ::String
|
#pricing_plan_arn ⇒ ::String
540 |
# File 'sig/client.rbs', line 540
def pricing_plan_arn: () -> ::String
|
#primary_account_id ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def primary_account_id: () -> ::String
|
#size ⇒ ::Integer
541 |
# File 'sig/client.rbs', line 541
def size: () -> ::Integer
|
#status ⇒ "ACTIVE", ...
543 |
# File 'sig/client.rbs', line 543
def status: () -> ("ACTIVE" | "PRIMARY_ACCOUNT_MISSING" | "PENDING")
|
#status_reason ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def status_reason: () -> ::String
|