Class: Aws::RTBFabric::Types::OpenRtbAttributeModuleParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::OpenRtbAttributeModuleParameters
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Describes the parameters of an open RTB attribute module.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
Describes a bid action.
-
#filter_configuration ⇒ Array<Types::Filter>
Describes the configuration of a filter.
-
#filter_type ⇒ String
The filter type.
-
#holdback_percentage ⇒ Float
The hold back percentage.
Instance Attribute Details
#action ⇒ Types::Action
Describes a bid action.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1820 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end |
#filter_configuration ⇒ Array<Types::Filter>
Describes the configuration of a filter.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1820 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end |
#filter_type ⇒ String
The filter type.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1820 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end |
#holdback_percentage ⇒ Float
The hold back percentage.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1820 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end |