Class: Aws::RTBFabric::Types::NoBidModuleParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::NoBidModuleParameters
- 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
-
#pass_through_percentage ⇒ Float
The pass through percentage.
-
#reason ⇒ String
The reason description.
-
#reason_code ⇒ Integer
The reason code.
Instance Attribute Details
#pass_through_percentage ⇒ Float
The pass through percentage.
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 ⇒ String
The reason description.
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_code ⇒ Integer
The reason code.
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 |