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.
1609 1610 1611 1612 1613 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1609 class NoBidAction < Struct.new( :no_bid_reason_code) SENSITIVE = [] include Aws::Structure end |