Class: Aws::Types::UpdateBillingGroupOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillingGroupOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_grouping ⇒ Types::UpdateBillingGroupAccountGrouping
Returns the value of attribute account_grouping.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pricing_plan_arn ⇒ ::String
Returns the value of attribute pricing_plan_arn.
-
#primary_account_id ⇒ ::String
Returns the value of attribute primary_account_id.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#account_grouping ⇒ Types::UpdateBillingGroupAccountGrouping
Returns the value of attribute account_grouping.
781 782 783 |
# File 'sig/types.rbs', line 781 def account_grouping @account_grouping end |
#arn ⇒ ::String
Returns the value of attribute arn.
772 773 774 |
# File 'sig/types.rbs', line 772 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
774 775 776 |
# File 'sig/types.rbs', line 774 def description @description end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
778 779 780 |
# File 'sig/types.rbs', line 778 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
773 774 775 |
# File 'sig/types.rbs', line 773 def name @name end |
#pricing_plan_arn ⇒ ::String
Returns the value of attribute pricing_plan_arn.
776 777 778 |
# File 'sig/types.rbs', line 776 def pricing_plan_arn @pricing_plan_arn end |
#primary_account_id ⇒ ::String
Returns the value of attribute primary_account_id.
775 776 777 |
# File 'sig/types.rbs', line 775 def primary_account_id @primary_account_id end |
#size ⇒ ::Integer
Returns the value of attribute size.
777 778 779 |
# File 'sig/types.rbs', line 777 def size @size end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
779 780 781 |
# File 'sig/types.rbs', line 779 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
780 781 782 |
# File 'sig/types.rbs', line 780 def status_reason @status_reason end |