Class: Aws::RTBFabric::Types::NoBidModuleParameters

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

Overview

Describes the parameters of a no bid module.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pass_through_percentageFloat

The pass through percentage.

Returns:

  • (Float)


1631
1632
1633
1634
1635
1636
1637
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1631

class NoBidModuleParameters < Struct.new(
  :reason,
  :reason_code,
  :pass_through_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason description.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
1637
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1631

class NoBidModuleParameters < Struct.new(
  :reason,
  :reason_code,
  :pass_through_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#reason_codeInteger

The reason code.

Returns:

  • (Integer)


1631
1632
1633
1634
1635
1636
1637
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1631

class NoBidModuleParameters < Struct.new(
  :reason,
  :reason_code,
  :pass_through_percentage)
  SENSITIVE = []
  include Aws::Structure
end