Class: Aws::Types::GetBillingTransferPreferenceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBillingTransferPreferenceOutput
- 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.
405 406 407 |
# File 'sig/types.rbs', line 405 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.
406 407 408 |
# File 'sig/types.rbs', line 406 def last_modified_time @last_modified_time end |
#responsibility_transfer_arn ⇒ ::String
Returns the value of attribute responsibility_transfer_arn.
404 405 406 |
# File 'sig/types.rbs', line 404 def responsibility_transfer_arn @responsibility_transfer_arn end |