Class: Aws::Types::ExpectedCustomerSpend
- Inherits:
-
Object
- Object
- Aws::Types::ExpectedCustomerSpend
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#currency_code ⇒ "USD", ...
Returns the value of attribute currency_code.
-
#estimation_url ⇒ ::String
Returns the value of attribute estimation_url.
-
#frequency ⇒ "Monthly"
Returns the value of attribute frequency.
-
#target_company ⇒ ::String
Returns the value of attribute target_company.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
466 467 468 |
# File 'sig/types.rbs', line 466 def amount @amount end |
#currency_code ⇒ "USD", ...
Returns the value of attribute currency_code.
467 468 469 |
# File 'sig/types.rbs', line 467 def currency_code @currency_code end |
#estimation_url ⇒ ::String
Returns the value of attribute estimation_url.
470 471 472 |
# File 'sig/types.rbs', line 470 def estimation_url @estimation_url end |
#frequency ⇒ "Monthly"
Returns the value of attribute frequency.
468 469 470 |
# File 'sig/types.rbs', line 468 def frequency @frequency end |
#target_company ⇒ ::String
Returns the value of attribute target_company.
469 470 471 |
# File 'sig/types.rbs', line 469 def target_company @target_company end |