Class: Aws::Types::UpdateBillingGroupAccountGrouping
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillingGroupAccountGrouping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_associate ⇒ Boolean
Returns the value of attribute auto_associate.
-
#responsibility_transfer_arn ⇒ ::String
Returns the value of attribute responsibility_transfer_arn.
Instance Attribute Details
#auto_associate ⇒ Boolean
Returns the value of attribute auto_associate.
756 757 758 |
# File 'sig/types.rbs', line 756 def auto_associate @auto_associate end |
#responsibility_transfer_arn ⇒ ::String
Returns the value of attribute responsibility_transfer_arn.
757 758 759 |
# File 'sig/types.rbs', line 757 def responsibility_transfer_arn @responsibility_transfer_arn end |