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.
| 1659 1660 1661 1662 1663 1664 1665 1666 | # File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1659 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.
| 1659 1660 1661 1662 1663 1664 1665 1666 | # File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1659 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end | 
#filter_type ⇒ String
The filter type.
| 1659 1660 1661 1662 1663 1664 1665 1666 | # File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1659 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end | 
#holdback_percentage ⇒ Float
The hold back percentage.
| 1659 1660 1661 1662 1663 1664 1665 1666 | # File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1659 class OpenRtbAttributeModuleParameters < Struct.new( :filter_type, :filter_configuration, :action, :holdback_percentage) SENSITIVE = [] include Aws::Structure end |