Class: Aws::RTBFabric::Types::OpenRtbAttributeModuleParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rtbfabric/types.rb

Overview

Describes the parameters of an open RTB attribute module.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

Describes a bid action.

Returns:



2412
2413
2414
2415
2416
2417
2418
2419
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2412

class OpenRtbAttributeModuleParameters < Struct.new(
  :filter_type,
  :filter_configuration,
  :action,
  :holdback_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#filter_configurationArray<Types::Filter>

Describes the configuration of a filter.

Returns:



2412
2413
2414
2415
2416
2417
2418
2419
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2412

class OpenRtbAttributeModuleParameters < Struct.new(
  :filter_type,
  :filter_configuration,
  :action,
  :holdback_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#filter_typeString

The filter type.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
2419
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2412

class OpenRtbAttributeModuleParameters < Struct.new(
  :filter_type,
  :filter_configuration,
  :action,
  :holdback_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#holdback_percentageFloat

The hold back percentage.

Returns:

  • (Float)


2412
2413
2414
2415
2416
2417
2418
2419
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2412

class OpenRtbAttributeModuleParameters < Struct.new(
  :filter_type,
  :filter_configuration,
  :action,
  :holdback_percentage)
  SENSITIVE = []
  include Aws::Structure
end