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
564 |
# File 'sig/client.rbs', line 564
def account_grouping: () -> Types::UpdateBillingGroupAccountGrouping
|
#arn ⇒ ::String
555 |
# File 'sig/client.rbs', line 555
def arn: () -> ::String
|
#description ⇒ ::String
557 |
# File 'sig/client.rbs', line 557
def description: () -> ::String
|
#last_modified_time ⇒ ::Integer
561 |
# File 'sig/client.rbs', line 561
def last_modified_time: () -> ::Integer
|
#name ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def name: () -> ::String
|
#pricing_plan_arn ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def pricing_plan_arn: () -> ::String
|
#primary_account_id ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def primary_account_id: () -> ::String
|
#size ⇒ ::Integer
560 |
# File 'sig/client.rbs', line 560
def size: () -> ::Integer
|
#status ⇒ "ACTIVE", ...
562 |
# File 'sig/client.rbs', line 562
def status: () -> ("ACTIVE" | "PRIMARY_ACCOUNT_MISSING" | "PENDING")
|
#status_reason ⇒ ::String
563 |
# File 'sig/client.rbs', line 563
def status_reason: () -> ::String
|