Class: Aws::Types::UpdateBillingTransferPreferenceOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillingTransferPreferenceOutput
- 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.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#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.
794 795 796 |
# File 'sig/types.rbs', line 794 def auto_billing_transfer_billing_group_creation @auto_billing_transfer_billing_group_creation end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
795 796 797 |
# File 'sig/types.rbs', line 795 def last_modified_time @last_modified_time end |
#responsibility_transfer_arn ⇒ ::String
Returns the value of attribute responsibility_transfer_arn.
793 794 795 |
# File 'sig/types.rbs', line 793 def responsibility_transfer_arn @responsibility_transfer_arn end |