Class: Aws::Types::UpdateBillingTransferPreferenceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillingTransferPreferenceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_billing_transfer_billing_group_creation ⇒ Types::AutoTransferBillingGroupCreationPreference
Returns the value of attribute auto_billing_transfer_billing_group_creation.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#responsibility_transfer_arn ⇒ ::String
Returns the value of attribute responsibility_transfer_arn.
Instance Attribute Details
#auto_billing_transfer_billing_group_creation ⇒ Types::AutoTransferBillingGroupCreationPreference
Returns the value of attribute auto_billing_transfer_billing_group_creation.
788 789 790 |
# File 'sig/types.rbs', line 788 def auto_billing_transfer_billing_group_creation @auto_billing_transfer_billing_group_creation end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
786 787 788 |
# File 'sig/types.rbs', line 786 def client_token @client_token end |
#responsibility_transfer_arn ⇒ ::String
Returns the value of attribute responsibility_transfer_arn.
787 788 789 |
# File 'sig/types.rbs', line 787 def responsibility_transfer_arn @responsibility_transfer_arn end |