Class: Aws::Types::Consent
- Inherits:
-
Object
- Object
- Aws::Types::Consent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ ::String
Returns the value of attribute currency.
-
#max_price ⇒ ::Float
Returns the value of attribute max_price.
Instance Attribute Details
#currency ⇒ ::String
Returns the value of attribute currency.
77 78 79 |
# File 'sig/types.rbs', line 77 def currency @currency end |
#max_price ⇒ ::Float
Returns the value of attribute max_price.
76 77 78 |
# File 'sig/types.rbs', line 76 def max_price @max_price end |