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)


1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1857

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

#reasonString

The reason description.

Returns:

  • (String)


1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1857

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

#reason_codeInteger

The reason code.

Returns:

  • (Integer)


1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1857

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