Class: Aws::Types::YieldOptimizationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::YieldOptimizationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#minimum_unfilled_duration ⇒ ::Integer
Returns the value of attribute minimum_unfilled_duration.
-
#open_rtb_template ⇒ ::String
Returns the value of attribute open_rtb_template.
-
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
-
#region ⇒ "AMERICAS", ...
Returns the value of attribute region.
Instance Attribute Details
#minimum_unfilled_duration ⇒ ::Integer
Returns the value of attribute minimum_unfilled_duration.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def minimum_unfilled_duration @minimum_unfilled_duration end |
#open_rtb_template ⇒ ::String
Returns the value of attribute open_rtb_template.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def open_rtb_template @open_rtb_template end |
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def publisher_id @publisher_id end |
#region ⇒ "AMERICAS", ...
Returns the value of attribute region.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def region @region end |