Class: Aws::Types::UpdateBillingGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillingGroupInput
- 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.
-
#computation_preference ⇒ Types::ComputationPreference
Returns the value of attribute computation_preference.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#account_grouping ⇒ Types::UpdateBillingGroupAccountGrouping
Returns the value of attribute account_grouping.
767 768 769 |
# File 'sig/types.rbs', line 767 def account_grouping @account_grouping end |
#arn ⇒ ::String
Returns the value of attribute arn.
762 763 764 |
# File 'sig/types.rbs', line 762 def arn @arn end |
#computation_preference ⇒ Types::ComputationPreference
Returns the value of attribute computation_preference.
765 766 767 |
# File 'sig/types.rbs', line 765 def computation_preference @computation_preference end |
#description ⇒ ::String
Returns the value of attribute description.
766 767 768 |
# File 'sig/types.rbs', line 766 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
763 764 765 |
# File 'sig/types.rbs', line 763 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
764 765 766 |
# File 'sig/types.rbs', line 764 def status @status end |