Class: Aws::RTBFabric::Types::NoBidAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::NoBidAction
- Defined in:
- gems/aws-sdk-rtbfabric/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 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1634 class NoBidAction < Struct.new( :no_bid_reason_code) SENSITIVE = [] include Aws::Structure end |