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.
1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1684 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.
1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1684 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end |
#filter_type ⇒ String
The filter type.
1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1684 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end |
#holdback_percentage ⇒ Float
The hold back percentage.
1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1684 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end |