Class: Aws::RTBFabric::Types::NoBidAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::NoBidAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rtbfabric/types.rb
Overview
Describes a no bid action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#no_bid_reason_code ⇒ Integer
The reason code for the no bid action.
Instance Attribute Details
#no_bid_reason_code ⇒ Integer
The reason code for the no bid action.
1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1634 class NoBidAction < Struct.new( :no_bid_reason_code) SENSITIVE = [] include Aws::Structure end |