Class: Aws::Types::PayerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PayerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_payer_account_id ⇒ ::String
Returns the value of attribute compute_payer_account_id.
-
#synthetic_data_payer_account_id ⇒ ::String
Returns the value of attribute synthetic_data_payer_account_id.
Instance Attribute Details
#compute_payer_account_id ⇒ ::String
Returns the value of attribute compute_payer_account_id.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def compute_payer_account_id @compute_payer_account_id end |
#synthetic_data_payer_account_id ⇒ ::String
Returns the value of attribute synthetic_data_payer_account_id.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def synthetic_data_payer_account_id @synthetic_data_payer_account_id end |