Class: Aws::Types::MonetizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::MonetizationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crypto_config ⇒ Types::CryptoConfig
Returns the value of attribute crypto_config.
-
#currency_mode ⇒ "REAL", "TEST"
Returns the value of attribute currency_mode.
Instance Attribute Details
#crypto_config ⇒ Types::CryptoConfig
Returns the value of attribute crypto_config.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def crypto_config @crypto_config end |
#currency_mode ⇒ "REAL", "TEST"
Returns the value of attribute currency_mode.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def currency_mode @currency_mode end |